From: Paul Eggert Date: Sun, 10 Nov 2002 05:27:18 +0000 (+0000) Subject: (Invalid inputs): Adjust wording in diagnostic to match the new behavior. X-Git-Tag: BISON-1_875~315 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/2115939b03f08975f79ad40e9cfc0c77f23f9204?hp=345532d70bdcd1e4cb4939fea038674d34fbc064 (Invalid inputs): Adjust wording in diagnostic to match the new behavior. --- diff --git a/tests/regression.at b/tests/regression.at index b162419e..d91dbc6e 100644 --- a/tests/regression.at +++ b/tests/regression.at @@ -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 "|" ]])