/[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.21 by eggert, Fri Nov 15 20:32:21 2002 UTC revision 1.22 by eggert, Sat Dec 7 06:15:18 2002 UTC
# Line 38  e: 'e' | /* Nothing. */; Line 38  e: 'e' | /* Nothing. */;
38  ]])  ]])
39    
40  AT_CHECK([bison -o input.c input.y], 0, [],  AT_CHECK([bison -o input.c input.y], 0, [],
41  [[input.y:4.8: warning: rule never reduced because of conflicts: e: /* empty */  [[input.y:4.9: warning: rule never reduced because of conflicts: e: /* empty */
42  ]])  ]])
43    
44  AT_CLEANUP  AT_CLEANUP
# Line 370  id : '0'; Line 370  id : '0';
370    
371  AT_CHECK([bison -o input.c --report=all input.y], 0, [],  AT_CHECK([bison -o input.c --report=all input.y], 0, [],
372  [[input.y: warning: 1 reduce/reduce conflict  [[input.y: warning: 1 reduce/reduce conflict
373  input.y:4.4-8: warning: rule never reduced because of conflicts: id: '0'  input.y:4.6-8: warning: rule never reduced because of conflicts: id: '0'
374  ]])  ]])
375    
376  # Check the contents of the report.  # Check the contents of the report.

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

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