projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e551232
)
(Invalid inputs): No longer `expecting ";"
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Dec 2002 06:16:58 +0000
(06:16 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Dec 2002 06:16:58 +0000
(06:16 +0000)
or "|"' now that so many other tokens are allowed by the new grammar.
tests/regression.at
patch
|
blob
|
blame
|
history
diff --git
a/tests/regression.at
b/tests/regression.at
index f3b98cad2646cd6e21e688ee94450ff32048a133..a9746bc882290ad43827c8ab29262199b3c31317 100644
(file)
--- a/
tests/regression.at
+++ b/
tests/regression.at
@@
-298,7
+298,7
@@
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: missing `%}' at end of file
-input.y:7.1-8.0: syntax error, unexpected "%{...%}"
, expecting ";" or "|"
+input.y:7.1-8.0: syntax error, unexpected "%{...%}"
]])
AT_CLEANUP