summaryrefslogtreecommitdiffstats
path: root/funtools/funtest/parse.in
blob: 800283a2805dde151549b7d234ae645e3dda0c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[100:200,300:400,5]
[100:200,300:400]
[*,300:400,5]
[*,300:400]
[100:200,*,5]
[100:200,*]
[*,*,5]
[*,5]
[100:200,300:400,5][pha==1&&pi>2]
[100:200,300:400][pha==1&&pi>2]
[*,300:400,5][pha==1&&pi>2]
[*,300:400][pha==1&&pi>2]
[100:200,*,5][pha==1&&pi>2]
[100:200,*][pha==1&&pi>2]
[*,*,5][pha==1&&pi>2]
[*,5][pha==1&&pi>2]
[100:200,300:400,5,pha==1&&pi>2]
[100:200,300:400,pha==1&&pi>2]
[*,300:400,5,pha==1&&pi>2]
[*,300:400,pha==1&&pi>2]
[100:200,*,5,pha==1&&pi>2]
[100:200,*,pha==1&&pi>2]
[*,*,5,pha==1&&pi>2]
[*,5,pha==1&&pi>2]