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

Diff of /bison/tests/conflicts.at

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

revision 1.20 by akim, Thu Nov 14 09:58:01 2002 UTC revision 1.21 by eggert, Fri Nov 15 20:32:21 2002 UTC
# Line 108  AT_PARSER_CHECK([./input '0<0']) Line 108  AT_PARSER_CHECK([./input '0<0'])
108  # no one has ever spotted it!  The messages are *wrong*: there should  # no one has ever spotted it!  The messages are *wrong*: there should
109  # be nothing there, it should be expected eof.  # be nothing there, it should be expected eof.
110  AT_PARSER_CHECK([./input '0<0<0'], [1], [],  AT_PARSER_CHECK([./input '0<0<0'], [1], [],
111           [parse error, unexpected '<', expecting '<' or '>'           [syntax error, unexpected '<', expecting '<' or '>'
112  ])  ])
113    
114  AT_PARSER_CHECK([./input '0>0'])  AT_PARSER_CHECK([./input '0>0'])
115  AT_PARSER_CHECK([./input '0>0>0'], [1], [],  AT_PARSER_CHECK([./input '0>0>0'], [1], [],
116           [parse error, unexpected '>', expecting '<' or '>'           [syntax error, unexpected '>', expecting '<' or '>'
117  ])  ])
118    
119  AT_PARSER_CHECK([./input '0<0>0'], [1], [],  AT_PARSER_CHECK([./input '0<0>0'], [1], [],
120           [parse error, unexpected '>', expecting '<' or '>'           [syntax error, unexpected '>', expecting '<' or '>'
121  ])  ])
122    
123  AT_CLEANUP  AT_CLEANUP

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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