]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
* tests/atlocal.in (CPPFLAGS): We have config.h.
[bison.git] / tests / input.at
index 69e421a5284cc14a272fda060f871a7cb561d945..d0a61ba28e85e170c4320a62ad79f1832834f8db 100644 (file)
@@ -92,7 +92,7 @@ AT_CLEANUP
 
 AT_SETUP([Torturing the Scanner])
 
-AT_DATA([input.y],
+AT_DATA_GRAMMAR([input.y],
 [[%{
 /* This is seen in GCC: a %{ and %} in middle of a comment. */
 const char *foo = "So %{ and %} can be here too.";
@@ -188,6 +188,8 @@ yyerror (const char *msg)
 }
 ]])
 
+# Pacify Emacs'font-lock-mode: "
+
 AT_DATA([main.c],
 [[typedef int value_t;
 #include "input.h"