]> git.saurik.com Git - bison.git/blobdiff - tests/calc.at
* src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
[bison.git] / tests / calc.at
index 4ea26354e826ef7e9c5555b34acbdaa0247f1732..28e16f956a5096fb7bb3d92bbd90dada2fac5543 100644 (file)
@@ -89,7 +89,7 @@ char quote[] = "@:>@@:>@,";
 %type  <ival> exp
 
 /* Exercise quotes in strings.  */
-%token "fake @>:@@>:@,"
+%token FAKE "fake @>:@@>:@,"
 
 %nonassoc '=' /* comparison           */
 %left '-' '+'