Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lrpar/cttests/src/calc_actiontype.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test basic user actions using the calculator grammar
name: Test basic user actions using the calculator grammar (Original yacckind)
yacckind: Original(YaccOriginalActionKind::UserAction)
recoverer: RecoveryKind::None
grammar: |
Expand Down
2 changes: 1 addition & 1 deletion lrpar/cttests/src/calc_multitypes.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test basic user actions using the calculator grammar
name: Test basic user actions using the calculator grammar (Grmtools yacckind)
yacckind: Grmtools
recoverer: RecoveryKind::CPCTPlus
grammar: |
Expand Down
2 changes: 1 addition & 1 deletion lrpar/cttests/src/calc_nodefault_yacckind.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test basic user actions using the calculator grammar
name: Test specification of yacckind in %grmtools section
grammar: |
%grmtools {yacckind: Original(UserAction)}
%start Expr
Expand Down
2 changes: 1 addition & 1 deletion lrpar/cttests/src/calc_recoverer_cpctplus.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test basic user actions using the calculator grammar
name: Test multiple values in %grmtools section
grammar: |
%grmtools {yacckind: Original(UserAction), recoverer: RecoveryKind::CPCTPlus}
%start Expr
Expand Down
2 changes: 1 addition & 1 deletion lrpar/cttests/src/calc_recoverer_none.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vname: Test basic user actions using the calculator grammar
vname: Test %grmtools section RecoveryKind::None
grammar: |
%grmtools {yacckind: Original(UserAction), recoverer: RecoveryKind::None}
%start Expr
Expand Down
2 changes: 1 addition & 1 deletion lrpar/cttests/src/calc_unsafeaction.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test basic user actions using the calculator grammar
name: Test unsafe user actions using the calculator grammar
yacckind: Original(YaccOriginalActionKind::UserAction)
grammar: |
%start Expr
Expand Down