* tests/actions.at, tests/input.at: here.
AT_DATA_GRAMMAR([[input.y]],
[[%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.
exp: a;]],
[[input.y:3.13-14: warning: useless %printer for type <> [-Wother]]])
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 {} <> <*>
%%
AT_TEST([[%token a
%printer {} <> <*>
%%