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

Diff of /bison/tests/regression.at

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

revision 1.38 by akim, Thu Feb 14 12:35:32 2002 UTC revision 1.39 by akim, Mon Mar 4 16:23:35 2002 UTC
# Line 103  AT_DATA([input.y], Line 103  AT_DATA([input.y],
103  [[/* Bison used to swallow the character after `}'. */  [[/* Bison used to swallow the character after `}'. */
104    
105  %%  %%
106  exp: { tests = {{{{{{{{{{}}}}}}}}}}; }  exp: { tests = {{{{{{{{{{}}}}}}}}}}; };
107  %%  %%
108  ]])  ]])
109    
# Line 382  expr: Line 382  expr:
382    
383  {  {
384    
385  }  };
386  ]])  ]])
387    
388  AT_CHECK([bison input.y -o input.c -v], 0, [], [])  AT_CHECK([bison input.y -o input.c -v], 0, [], [])

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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