(Invalid inputs): No longer `expecting ";"

or "|"' now that so many other tokens are allowed by the new grammar.
This commit is contained in:
Paul Eggert
2002-12-07 06:16:58 +00:00
parent e551232efa
commit 050931e3f9

View File

@@ -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