/[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.24 by eggert, Wed Dec 11 07:00:15 2002 UTC revision 1.25 by eggert, Thu Mar 13 07:03:17 2003 UTC
# Line 92  AT_CLEANUP Line 92  AT_CLEANUP
92    
93  AT_SETUP([Torturing the Scanner])  AT_SETUP([Torturing the Scanner])
94    
95    
96    AT_DATA([input.y], [])
97    AT_CHECK([bison input.y], [1], [],
98    [[input.y:1.1: syntax error, unexpected "end of file"
99    ]])
100    
101    
102  AT_DATA_GRAMMAR([input.y],  AT_DATA_GRAMMAR([input.y],
103  [[%{  [[%{
104  /* This is seen in GCC: a %{ and %} in middle of a comment. */  /* This is seen in GCC: a %{ and %} in middle of a comment. */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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