summaryrefslogtreecommitdiffstats
path: root/funtest/parse.in
diff options
context:
space:
mode:
Diffstat (limited to 'funtest/parse.in')
-rw-r--r--funtest/parse.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/funtest/parse.in b/funtest/parse.in
new file mode 100644
index 0000000..800283a
--- /dev/null
+++ b/funtest/parse.in
@@ -0,0 +1,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]