Rename some test files
This commit is contained in:
parent
f46b5b3f4d
commit
01ef4fc27c
@ -78,7 +78,7 @@ R1 -> a b;
|
|||||||
R2 -> a b;
|
R2 -> a b;
|
||||||
EOF
|
EOF
|
||||||
build_parser
|
build_parser
|
||||||
compile("spec/test_d_lexer3.d")
|
compile("spec/test_d_parser_identical_rules_lookahead.d")
|
||||||
run
|
run
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ Start -> b R1;
|
|||||||
R1 -> b;
|
R1 -> b;
|
||||||
EOF
|
EOF
|
||||||
build_parser
|
build_parser
|
||||||
compile("spec/test_d_lexer2.d")
|
compile("spec/test_d_parser_rule_from_multiple_states.d")
|
||||||
run
|
run
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user