mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
* tests/regression.at (Invalid inputs): Adjust to the recent
messages.
This commit is contained in:
@@ -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>
|
2002-11-06 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Restore --no-lines.
|
Restore --no-lines.
|
||||||
@@ -8,6 +13,7 @@
|
|||||||
* src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
|
* src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
|
||||||
* src/output.c (user_actions_output): Likewise.
|
* src/output.c (user_actions_output): Likewise.
|
||||||
(prepare): Define 'b4_synclines_flag'.
|
(prepare): Define 'b4_synclines_flag'.
|
||||||
|
* src/muscle_tab.c (muscle_init): Don't define b4_linef.
|
||||||
|
|
||||||
2002-11-06 Akim Demaille <akim@epita.fr>
|
2002-11-06 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
|||||||
@@ -284,7 +284,7 @@ AT_DATA([input.y],
|
|||||||
?
|
?
|
||||||
default: 'a' }
|
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:3.14: invalid character: `}'
|
||||||
input.y:4.1: invalid character: `%'
|
input.y:4.1: invalid character: `%'
|
||||||
input.y:4.2: 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.1: invalid character: `%'
|
||||||
input.y:6.2: 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 "|"
|
input.y:7.1-8.0: parse error, unexpected "%{...%}", expecting ";" or "|"
|
||||||
]])
|
]])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user