mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
tests: highlight empty right-hand sides
* tests/actions.at, tests/c++.at, tests/headers.at, * tests/input.at: here.
This commit is contained in:
@@ -205,7 +205,7 @@ AT_DATA([input.yy],
|
||||
%debug
|
||||
%defines
|
||||
%%
|
||||
exp:;
|
||||
exp: /* empty */;
|
||||
%%
|
||||
]AT_YYERROR_DEFINE[
|
||||
]])
|
||||
|
||||
Reference in New Issue
Block a user