tests: check that parse-gram.y's IELR and LALR are identical.

* tests/atlocal.in (abs_top_srcdir): New shell variable.
* tests/regression.at (parse-gram.y: LALR = IELR): New test
group.
(cherry picked from commit 43aabb70a9)
This commit is contained in:
Joel E. Denny
2009-09-26 15:32:04 -04:00
parent 232be91a83
commit 873ac263c8
3 changed files with 29 additions and 0 deletions
+7
View File
@@ -1,3 +1,10 @@
2009-09-26 Joel E. Denny <[email protected]>
tests: check that parse-gram.y's IELR and LALR are identical.
* tests/atlocal.in (abs_top_srcdir): New shell variable.
* tests/regression.at (parse-gram.y: LALR = IELR): New test
group.
2009-09-16 Akim Demaille <[email protected]>
doc: comment changes.