mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
tests: comment changes
* tests/actions.at, tests/input.at: here.
This commit is contained in:
@@ -1277,7 +1277,7 @@ AT_BISON_OPTION_PUSHDEFS([%skeleton "$1"])
|
||||
|
||||
AT_DATA_GRAMMAR([[input.y]],
|
||||
[[%skeleton "$1"
|
||||
%defines // FIXME: Mandated by lalr1.cc in Bison 2.6.
|
||||
%defines // FIXME: Mandated by glr.cc.
|
||||
%debug
|
||||
%code requires
|
||||
{
|
||||
|
||||
@@ -376,7 +376,7 @@ AT_TEST([[%type <type> exp
|
||||
exp: a;]],
|
||||
[[input.y:3.13-14: warning: useless %printer for type <> [-Wother]]])
|
||||
|
||||
# If nobody is is typed, <*> is useless.
|
||||
# If nobody is typed, <*> is useless.
|
||||
AT_TEST([[%token a
|
||||
%printer {} <> <*>
|
||||
%%
|
||||
|
||||
Reference in New Issue
Block a user