/[bison]/bison/tests/input.at
ViewVC logotype

Diff of /bison/tests/input.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by eggert, Thu Nov 14 00:35:27 2002 UTC revision 1.20 by akim, Thu Nov 14 09:58:01 2002 UTC
# Line 92  AT_CLEANUP Line 92  AT_CLEANUP
92    
93  AT_SETUP([Torturing the Scanner])  AT_SETUP([Torturing the Scanner])
94    
95  AT_DATA([input.y],  AT_DATA_GRAMMAR([input.y],
96  [[%{  [[%{
97  /* This is seen in GCC: a %{ and %} in middle of a comment. */  /* This is seen in GCC: a %{ and %} in middle of a comment. */
98  const char *foo = "So %{ and %} can be here too.";  const char *foo = "So %{ and %} can be here too.";
# Line 188  yyerror (const char *msg) Line 188  yyerror (const char *msg)
188  }  }
189  ]])  ]])
190    
191    # Pacify Emacs'font-lock-mode: "
192    
193  AT_DATA([main.c],  AT_DATA([main.c],
194  [[typedef int value_t;  [[typedef int value_t;
195  #include "input.h"  #include "input.h"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26