mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
java: lac: a stronger test for the exploratory stack
* tests/local.at (AT_YYLEX_DEFINE(java)): Fix overquoting issue. Style changes. * tests/regression.at (LAC: Exploratory stack): Run for lalr1.java too.
This commit is contained in:
@@ -440,7 +440,7 @@ AT_DATA_GRAMMAR([input.y],
|
||||
]$2[
|
||||
|
||||
]AT_JAVA_IF([[%code lexer {
|
||||
]AT_YYLEX_DEFINE([$3], [[return new Integer(1)]])[
|
||||
]AT_YYLEX_DEFINE(["$3"], [[return new Integer(1)]])[
|
||||
]AT_YYERROR_DEFINE[
|
||||
};
|
||||
%%
|
||||
|
||||
Reference in New Issue
Block a user