/[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.24 by akim, Thu Dec 27 18:06:06 2001 UTC revision 1.25 by akim, Thu Dec 27 18:13:09 2001 UTC
# Line 73  Grammar Line 73  Grammar
73    
74  Terminals, with rules where they appear  Terminals, with rules where they appear
75    
76  $ (-1)  $ (0)
77  error (256)  error (256)
78  NUM (257) 2  NUM (257) 2
79  OP (258) 1  OP (258) 1
# Line 177  Grammar Line 177  Grammar
177    
178  Terminals, with rules where they appear  Terminals, with rules where they appear
179    
180  $ (-1)  $ (0)
181  error (256)  error (256)
182  NUM (257) 2  NUM (257) 2
183  OP (258) 1  OP (258) 1
# Line 304  AT_CHECK([cat input.output], [], Line 304  AT_CHECK([cat input.output], [],
304    
305  Terminals, with rules where they appear  Terminals, with rules where they appear
306    
307  $ (-1)  $ (0)
308  'a' (97) 2  'a' (97) 2
309  'b' (98) 2  'b' (98) 2
310  'c' (99) 4  'c' (99) 4
# Line 652  AT_CHECK([sed -n 's/  *$//;/^$/!p' input Line 652  AT_CHECK([sed -n 's/  *$//;/^$/!p' input
652      4  15 @1 -> /* empty */      4  15 @1 -> /* empty */
653      5  15 CONST_DEC -> @1 undef_id_tok '=' const_id_tok ';'      5  15 CONST_DEC -> @1 undef_id_tok '=' const_id_tok ';'
654  Terminals, with rules where they appear  Terminals, with rules where they appear
655  $ (-1)  $ (0)
656  ';' (59) 5  ';' (59) 5
657  '=' (61) 5  '=' (61) 5
658  error (256)  error (256)

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