/[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.71 by eggert, Mon Oct 14 08:43:36 2002 UTC revision 1.72 by akim, Wed Nov 6 14:14:48 2002 UTC
# Line 284  AT_DATA([input.y], Line 284  AT_DATA([input.y],
284  ?  ?
285  default: 'a' }  default: 'a' }
286  %&  %&
287  %a  %a-does-not-exist
288  %-  %-
289  %{  %{
290  ]])  ]])
# Line 294  AT_CHECK([bison input.y], [1], [], Line 294  AT_CHECK([bison input.y], [1], [],
294  input.y:3.14: invalid character: `}'  input.y:3.14: invalid character: `}'
295  input.y:4.1: invalid character: `%'  input.y:4.1: invalid character: `%'
296  input.y:4.2: invalid character: `&'  input.y:4.2: invalid character: `&'
297  input.y:5.1: invalid character: `%'  input.y:5.1-17: invalid directive: `%a-does-not-exist'
298  input.y:6.1: invalid character: `%'  input.y:6.1: invalid character: `%'
299  input.y:6.2: invalid character: `-'  input.y:6.2: invalid character: `-'
300  input.y:7.1-8.0: unexpected end of file in a prologue  input.y:7.1-8.0: unexpected end of file in `%{ ... %}'
301  input.y:7.1-8.0: parse error, unexpected "%{...%}", expecting ";" or "|"  input.y:7.1-8.0: parse error, unexpected "%{...%}", expecting ";" or "|"
302  ]])  ]])
303    

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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