tests: highlight empty right-hand sides

* tests/actions.at, tests/c++.at, tests/headers.at,
* tests/input.at: here.
This commit is contained in:
Akim Demaille
2013-01-25 12:01:10 +01:00
parent 597afd73d7
commit c7442984e3
4 changed files with 8 additions and 8 deletions

View File

@@ -205,7 +205,7 @@ AT_DATA([input.yy],
%debug
%defines
%%
exp:;
exp: /* empty */;
%%
]AT_YYERROR_DEFINE[
]])