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-27 10:30:06 +02:00
parent 98e26a9201
commit 6501566813
2 changed files with 17 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
2008-08-27 Akim Demaille <[email protected]>
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 <[email protected]>
Support yyerrok in lalr1.cc.