Add test glr-regr1.at to check for incorrect collapsing of states during

table compression in GLR parser.
This commit is contained in:
Paul Hilfinger
2002-10-30 02:03:14 +00:00
parent 413fcf3a20
commit 09903f303a
3 changed files with 106 additions and 2 deletions

View File

@@ -77,5 +77,8 @@ m4_include([existing.at])
# Some old bugs.
m4_include([regression.at])
# GLR tests: C++ types, simplified
# GLR tests:
# C++ types, simplified
m4_include([cxx-type.at])
# Regression test for state-folding optimization
m4_include([glr-regr1.at])