mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
Also test parse error messages, including with YYERROR_VERBOSE.
* tests/calc.m4 (calc.y): Add support for `exp = exp' (non associative). Use it to check the computations. Use it to check `nonassoc' is honored. (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed `--yyerror-verbose'. (_AT_CHECK_CALC): Adjust to this option. (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -1,3 +1,17 @@
|
||||
2000-10-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Also test parse error messages, including with YYERROR_VERBOSE.
|
||||
|
||||
* tests/calc.m4 (calc.y): Add support for `exp = exp' (non
|
||||
associative).
|
||||
Use it to check the computations.
|
||||
Use it to check `nonassoc' is honored.
|
||||
(AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
|
||||
`--yyerror-verbose'.
|
||||
(_AT_CHECK_CALC): Adjust to this option.
|
||||
(_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
|
||||
|
||||
|
||||
2000-10-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Test also `--verbose', `--defines' and `--name-prefix'. Testing
|
||||
|
||||
Reference in New Issue
Block a user