~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to t/simplify-empty.yy

initial import from internal tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
query:
 
2
        gp1 | gp2 ;
 
3
 
 
4
gp1:
 
5
        p1 | p2 | ;
 
6
 
 
7
gp2:
 
8
        p1 | p2 ;
 
9
 
 
10
p1:
 
11
        c1 | c2 ;
 
12
 
 
13
p2:
 
14
        c1 | c2 ;
 
15
 
 
16
c1:
 
17
        A | B ;
 
18
 
 
19
c2:     A | B ;