(Invalid inputs): Adjust wording in diagnostic to match the new behavior.

This commit is contained in:
Paul Eggert
2002-11-10 05:27:18 +00:00
parent 345532d70b
commit 2115939b03

View File

@@ -297,7 +297,7 @@ input.y:4.2: 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 `%{ ... %}'
input.y:7.1-8.0: missing `%}' at end of file
input.y:7.1-8.0: parse error, unexpected "%{...%}", expecting ";" or "|"
]])