mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-04-24 10:39:38 +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:
+1
-1
@@ -205,7 +205,7 @@ AT_DATA([input.yy],
|
||||
%debug
|
||||
%defines
|
||||
%%
|
||||
exp:;
|
||||
exp: /* empty */;
|
||||
%%
|
||||
]AT_YYERROR_DEFINE[
|
||||
]])
|
||||
|
||||
Reference in New Issue
Block a user