]> git.saurik.com Git - bison.git/commitdiff
Also test parse error messages, including with YYERROR_VERBOSE.
authorAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 09:05:32 +0000 (09:05 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 09:05:32 +0000 (09:05 +0000)
* 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.


No differences found