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

Diff of /bison/tests/sets.at

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

revision 1.1.2.1 by akim, Thu Dec 13 10:59:37 2001 UTC revision 1.1.2.2 by akim, Mon Mar 4 14:57:46 2002 UTC
# Line 161  AT_SETUP([Broken Closure]) Line 161  AT_SETUP([Broken Closure])
161    
162  AT_DATA([input.y],  AT_DATA([input.y],
163  [[%%  [[%%
164  a: b  a: b;
165  b: c  b: c;
166  c: d  c: d;
167  d: e  d: e;
168  e: f  e: f;
169  f: g  f: g;
170  g: h  g: h;
171  h: 'h'  h: 'h';
172  ]])  ]])
173    
174  AT_CHECK([bison --trace input.y 2>&1 |  AT_CHECK([bison --trace input.y 2>&1 |

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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