mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
tests: check YYACCEPT and YYABORT
There are some tests that cover them, but nothing for all the skeletons. Let's do that in the calculator tests. * tests/calc.at: Check YYACCEPT and YYABORT.
This commit is contained in:
@@ -7,6 +7,8 @@ define a number of other macros to:
|
||||
- what skeleton is used
|
||||
|
||||
# Keywords
|
||||
The following keywords are used to label tests. Please follow them
|
||||
and avoid creating synonyms.
|
||||
- action
|
||||
- api.value.type
|
||||
- c++
|
||||
@@ -24,3 +26,9 @@ define a number of other macros to:
|
||||
- report
|
||||
- %union
|
||||
- variant
|
||||
|
||||
# Calculator
|
||||
The grammar features several special directives:
|
||||
- `!!` YYERROR
|
||||
- `!+` YYACCEPT
|
||||
- `!-` YYABORT
|
||||
|
||||
Reference in New Issue
Block a user