* tests/regression.at (Invalid inputs): Adjust to the recent

messages.
This commit is contained in:
Akim Demaille
2002-11-06 14:14:48 +00:00
parent 437c2d8000
commit 2dfbfc122c
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2002-11-06 Akim Demaille <akim@epita.fr>
* tests/regression.at (Invalid inputs): Adjust to the recent
messages.
2002-11-06 Akim Demaille <akim@epita.fr>
Restore --no-lines.
@@ -8,6 +13,7 @@
* src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
* src/output.c (user_actions_output): Likewise.
(prepare): Define 'b4_synclines_flag'.
* src/muscle_tab.c (muscle_init): Don't define b4_linef.
2002-11-06 Akim Demaille <akim@epita.fr>

View File

@@ -284,7 +284,7 @@ AT_DATA([input.y],
?
default: 'a' }
%&
%a
%a-does-not-exist
%-
%{
]])
@@ -294,10 +294,10 @@ AT_CHECK([bison input.y], [1], [],
input.y:3.14: invalid character: `}'
input.y:4.1: invalid character: `%'
input.y:4.2: invalid character: `&'
input.y:5.1: invalid character: `%'
input.y:5.1-17: invalid directive: `%a-does-not-exist'
input.y:6.1: invalid character: `%'
input.y:6.2: invalid character: `-'
input.y:7.1-8.0: unexpected end of file in a prologue
input.y:7.1-8.0: unexpected end of file in `%{ ... %}'
input.y:7.1-8.0: parse error, unexpected "%{...%}", expecting ";" or "|"
]])