Check yyerrok in calc.at.

* tests/calc.at (calc.y): Use yyerrok on "( error )".
	(AT_CHECK_CALC): Add a check that ensures that yyerrok works as
	expected.
This commit is contained in:
Akim Demaille
2008-08-04 23:23:27 +02:00
parent 98e26a9201
commit 6501566813
2 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2008-08-27 Akim Demaille <demaille@gostai.com>
Check yyerrok in calc.at.
* tests/calc.at (calc.y): Use yyerrok on "( error )".
(AT_CHECK_CALC): Add a check that ensures that yyerrok works as
expected.
2008-08-27 Akim Demaille <demaille@gostai.com>
Support yyerrok in lalr1.cc.