Fix outdated test expectations.

This commit is contained in:
Xinhao Yuan 2021-09-06 13:15:29 -04:00
parent 5cee31af77
commit 09989c71e9
1 changed files with 4 additions and 4 deletions

View File

@ -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