Write a test the yycheck overrun reported by Andrew Suffield.

* tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
Use them to exercise yycheck overrun.
Based on Andrew Suffield's grammar.
This commit is contained in:
Akim Demaille
2003-03-02 11:22:19 +00:00
parent 67a25fed4c
commit 22e304a6da
3 changed files with 143 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2003-03-02 Akim Demaille <akim@epita.fr>
Write a test the yycheck overrun reported by Andrew Suffield.
* tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
Use them to exercise yycheck overrun.
Based on Andrew Suffield's grammar.
2003-03-02 Akim Demaille <akim@epita.fr>
Create tests/local.at for Bison generic testing macros.