From 09989c71e938d6ea081ef8c482ca1b7fe0358167 Mon Sep 17 00:00:00 2001 From: Xinhao Yuan Date: Mon, 6 Sep 2021 13:15:29 -0400 Subject: [PATCH] Fix outdated test expectations. --- engine.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine.lua b/engine.lua index a357e76..696d153 100644 --- a/engine.lua +++ b/engine.lua @@ -922,11 +922,11 @@ if not in_module then check_transcoded_command("121h.", "h1,2,1.") check_transcoded_command("1_10,2,1h1s131v.", "h1_10,2,1-v1,3,1.") check_transcoded_command("332111w.", "w3,3,2,1,1,1.") - check_transcoded_command("1310111d.", ";d1,3,1,,1,1,1.") + check_transcoded_command("1310111d.", "d1,3,1,,1,1,1.") check_transcoded_command("dw66.", "dw6,6.") - check_transcoded_command(";dw66.", ";dw6,6.") - check_transcoded_command("101dw66.", ";dw6,6.") - check_transcoded_command("3tdw66.", "t3;dw6,6.") + check_transcoded_command(";dw66.", "dw6,6.") + check_transcoded_command("101dw66.", "dw6,6.") + check_transcoded_command("3tdw66.", "t3dw6,6.") print("Passed.") end