Fix outdated test expectations.
This commit is contained in:
parent
5cee31af77
commit
09989c71e9
|
@ -922,11 +922,11 @@ if not in_module then
|
||||||
check_transcoded_command("121h.", "h1,2,1.")
|
check_transcoded_command("121h.", "h1,2,1.")
|
||||||
check_transcoded_command("1_10,2,1h1s131v.", "h1_10,2,1-v1,3,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("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(";dw66.", ";dw6,6.")
|
check_transcoded_command(";dw66.", "dw6,6.")
|
||||||
check_transcoded_command("101dw66.", ";dw6,6.")
|
check_transcoded_command("101dw66.", "dw6,6.")
|
||||||
check_transcoded_command("3tdw66.", "t3;dw6,6.")
|
check_transcoded_command("3tdw66.", "t3dw6,6.")
|
||||||
print("Passed.")
|
print("Passed.")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue