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

Diff of /bison/tests/actions.at

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

revision 1.19 by akim, Tue Nov 12 10:18:05 2002 UTC revision 1.20 by akim, Thu Nov 14 09:58:01 2002 UTC
# Line 29  AT_SETUP([Mid-rule actions]) Line 29  AT_SETUP([Mid-rule actions])
29  # instead of being attached to the empty rule dedicated to this  # instead of being attached to the empty rule dedicated to this
30  # action.  # action.
31    
32  AT_DATA([[input.y]],  AT_DATA_GRAMMAR([[input.y]],
33  [[%{  [[%{
34  # include <stdio.h>  # include <stdio.h>
35  # include <stdlib.h>  # include <stdlib.h>
# Line 88  AT_CLEANUP Line 88  AT_CLEANUP
88    
89  AT_SETUP([Exotic Dollars])  AT_SETUP([Exotic Dollars])
90    
91  AT_DATA([[input.y]],  AT_DATA_GRAMMAR([[input.y]],
92  [[%{  [[%{
93  # include <stdio.h>  # include <stdio.h>
94  # include <stdlib.h>  # include <stdlib.h>
# Line 167  AT_SETUP([Printers and Destructors: $4]) Line 167  AT_SETUP([Printers and Destructors: $4])
167    
168  # Make sure complex $n work.  # Make sure complex $n work.
169    
170  AT_DATA([[input.y]],  AT_DATA_GRAMMAR([[input.y]],
171  [[$4  [[$4
172  %{  %{
173  #include <stdio.h>  #include <stdio.h>

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

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