mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
* tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
* tests/output.at (AT_CHECK_OUTPUT): Likewise. * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto. * tests/semantic.at (Parsing Guards): Similarly. * src/reader.at (readgram): Complain if the last rule is not ended with a semi-colon.
This commit is contained in:
@@ -57,7 +57,7 @@ AS_MKDIR_P([$dirname])
|
||||
|
||||
AT_DATA([$1.y],
|
||||
[%%
|
||||
dummy:
|
||||
dummy:;
|
||||
])
|
||||
|
||||
AT_CHECK([bison --defines=$1.h $1.y])
|
||||
|
||||
Reference in New Issue
Block a user