/[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.27 by akim, Sat Dec 29 14:16:59 2001 UTC revision 1.28 by akim, Sat Dec 29 14:17:18 2001 UTC
# Line 67  AT_CHECK([cat input.output], [], Line 67  AT_CHECK([cat input.output], [],
67  Grammar  Grammar
68    
69    Number, Line, Rule    Number, Line, Rule
70      0   4 $axiom -> exp $      0   3 $axiom -> exp $
71      1   3 exp -> exp OP exp      1   3 exp -> exp OP exp
72      2   3 exp -> NUM      2   3 exp -> NUM
73    
# Line 171  AT_CHECK([cat input.output], [], Line 171  AT_CHECK([cat input.output], [],
171  Grammar  Grammar
172    
173    Number, Line, Rule    Number, Line, Rule
174      0   5 $axiom -> exp $      0   4 $axiom -> exp $
175      1   4 exp -> exp OP exp      1   4 exp -> exp OP exp
176      2   4 exp -> NUM      2   4 exp -> NUM
177    
# Line 296  AT_CHECK([cat input.output], [], Line 296  AT_CHECK([cat input.output], [],
296  [[Grammar  [[Grammar
297    
298    Number, Line, Rule    Number, Line, Rule
299      0  28 $axiom -> expr $      0   2 $axiom -> expr $
300      1   2 @1 -> /* empty */      1   2 @1 -> /* empty */
301      2   2 expr -> 'a' @1 'b'      2   2 expr -> 'a' @1 'b'
302      3  15 @2 -> /* empty */      3  15 @2 -> /* empty */

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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