mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-27 13:13:04 +00:00
Fix the previous test.
This commit is contained in:
1
THANKS
1
THANKS
@@ -13,6 +13,7 @@ Dick Streefland dick.streefland@altium.nl
|
||||
Enrico Scholz enrico.scholz@informatik.tu-chemnitz.de
|
||||
Evgeny Stambulchik fnevgeny@plasma-gate.weizmann.ac.il
|
||||
Fabrice Bauzac noon@cote-dazur.com
|
||||
Florian Krohm florian@edamail.fishkill.ibm.com
|
||||
H. Merijn Brand h.m.brand@hccnet.nl
|
||||
Hans Aberg haberg@matematik.su.se
|
||||
Jesse Thilo jthilo@gnu.org
|
||||
|
||||
@@ -33,7 +33,7 @@ exp: { $$ = $1 ; }
|
||||
]])
|
||||
|
||||
AT_CHECK([bison input.y], [1], [],
|
||||
[[input.y:2: invalid $ value
|
||||
[[input.y:2: invalid value: $1
|
||||
]])
|
||||
|
||||
AT_CLEANUP
|
||||
@@ -52,7 +52,7 @@ exp: { @$ = @1 ; }
|
||||
]])
|
||||
|
||||
AT_CHECK([bison input.y], [1], [],
|
||||
[[input.y:2: invalid @ value
|
||||
[[input.y:2: invalid value: @1
|
||||
]])
|
||||
|
||||
AT_CLEANUP
|
||||
|
||||
Reference in New Issue
Block a user