/[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.68 by eggert, Sat Oct 5 04:50:45 2002 UTC revision 1.69 by akim, Fri Oct 11 11:23:19 2002 UTC
# Line 333  AT_CLEANUP Line 333  AT_CLEANUP
333    
334    
335    
336    ## -------------------- ##
337    ## Characters Escapes.  ##
338    ## -------------------- ##
339    
340    
341    AT_SETUP([Characters Escapes])
342    
343    AT_DATA([input.y],
344    [%{
345    void yyerror (const char *s);
346    int yylex (void);
347    %}
348    [%%
349    exp:
350      '\'' "\'"
351    | '\"' "\""
352    | '"'  "'"
353    ;
354    ]])
355    
356    AT_CHECK([bison input.y -o input.c])
357    AT_COMPILE([input.o], [-c input.c])
358    AT_CLEANUP
359    
360    
361    
362  ## -------------- ##  ## -------------- ##
363  ## Web2c Report.  ##  ## Web2c Report.  ##
364  ## -------------- ##  ## -------------- ##

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

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