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

Diff of /bison/tests/reduce.at

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

revision 1.7 by akim, Sun Apr 7 17:36:38 2002 UTC revision 1.8 by akim, Tue Jun 11 20:16:05 2002 UTC
# Line 204  not_reachable: useful  { /* A not reacha Line 204  not_reachable: useful  { /* A not reacha
204  non_productive: non_productive useless_token  non_productive: non_productive useless_token
205                         { /* Another non productive action. */ }                         { /* Another non productive action. */ }
206                ;                ;
207    %%
208  ]])  ]])
209    
210  AT_CHECK([[bison not-reduced.y]], 0, [],  AT_CHECK([[bison not-reduced.y]], 0, [],
# Line 244  exp: useful            { /* A useful act Line 245  exp: useful            { /* A useful act
245  //non_productive: non_productive useless_token  //non_productive: non_productive useless_token
246  //                       { /* Another non productive action. */ }  //                       { /* Another non productive action. */ }
247  //              ;  //              ;
248    %%
249  ]])  ]])
250    
251  AT_CHECK([[bison reduced.y]])  AT_CHECK([[bison reduced.y]])

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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