Skip to content

Commit 60df6f9

Browse files
committed
Add multiple glob test inputs
1 parent 0faa72f commit 60df6f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lrpar/cttests/src/calc_input.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ grammar: |
33
%grmtools {
44
yacckind: Original(YaccOriginalActionKind::UserAction),
55
recoverer: RecoveryKind::None,
6-
test_files: ["*.calc_input"],
6+
test_files: ["*.calc_input", "*.calc_input"],
77
}
88
%start Expr
99
%actiontype Result<u64, ()>

lrpar/cttests/src/ctfails/calc_bad_input.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ grammar: |
33
%grmtools {
44
yacckind: Original(YaccOriginalActionKind::UserAction),
55
recoverer: RecoveryKind::None,
6-
test_files: ["*.bad_input"]
6+
test_files: ["*.calc_input", "*.bad_input"]
77
}
88
%start Expr
99
%actiontype Result<u64, ()>

0 commit comments

Comments
 (0)