]> git.saurik.com Git - bison.git/blobdiff - tests/regression.at
* tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
[bison.git] / tests / regression.at
index b162419e710b28fdb02b030463fe816641a2a7ca..ec5e140fa7709970cbc8d139f70e537f1330b1e0 100644 (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 "|"
 ]])
 
@@ -318,7 +318,7 @@ AT_DATA([input.y],
 void yyerror (const char *s);
 int yylex (void);
 %}
-[%token YYEOF 0 "end of file"
+[%token MYEOF 0 "end of file"
 %token 'a' "a"
 %token b "b"
 %token c 'c'