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

Diff of /bison/tests/input.at

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

revision 1.15 by akim, Mon Nov 4 08:28:01 2002 UTC revision 1.16 by eggert, Wed Nov 6 07:01:55 2002 UTC
# Line 33  exp: { $$ = $1 ; }; Line 33  exp: { $$ = $1 ; };
33  ]])  ]])
34    
35  AT_CHECK([bison input.y], [1], [],  AT_CHECK([bison input.y], [1], [],
36  [[input.y:2.6-14: invalid value: `$1'  [[input.y:2.6-14: integer out of range: `$1'
37  ]])  ]])
38    
39  AT_CLEANUP  AT_CLEANUP
# Line 51  exp: { @$ = @1 ; }; Line 51  exp: { @$ = @1 ; };
51  ]])  ]])
52    
53  AT_CHECK([bison input.y], [1], [],  AT_CHECK([bison input.y], [1], [],
54  [[input.y:2.6-14: invalid value: `@1'  [[input.y:2.6-14: integer out of range: `@1'
55  ]])  ]])
56    
57  AT_CLEANUP  AT_CLEANUP

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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