/[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.1.2.24 by akim, Sat Dec 22 14:44:25 2001 UTC revision 1.1.2.25 by akim, Sun Jan 6 20:59:30 2002 UTC
# Line 18  Line 18 
18    
19  AT_BANNER([[Regression tests.]])  AT_BANNER([[Regression tests.]])
20    
21    
22    ## ---------------- ##
23    ## Braces parsing.  ##
24    ## ---------------- ##
25    
26    
27    AT_SETUP([braces parsing])
28    
29    AT_DATA([input.y],
30    [[/* Bison used to swallow the character after `}'. */
31    
32    %%
33    exp: { tests = {{{{{{{{{{}}}}}}}}}}; }
34    %%
35    ]])
36    
37    AT_CHECK([bison -v input.y -o input.c], 0, ignore, ignore)
38    
39    AT_CHECK([fgrep 'tests = {{{{{{{{{{}}}}}}}}}};' input.c], 0, [ignore])
40    
41    AT_CLEANUP
42    
43    
44  ## ------------------ ##  ## ------------------ ##
45  ## Duplicate string.  ##  ## Duplicate string.  ##
46  ## ------------------ ##  ## ------------------ ##

Legend:
Removed from v.1.1.2.24  
changed lines
  Added in v.1.1.2.25

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