summaryrefslogtreecommitdiffstats
path: root/funtest/parse.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-25 20:57:49 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-25 20:57:49 (GMT)
commit339420dd5dd874c41f6bab5808291fb4036dd022 (patch)
tree87487fbd8214ac48fb4215569bf0cd947a222d61 /funtest/parse.in
downloadblt-339420dd5dd874c41f6bab5808291fb4036dd022.zip
blt-339420dd5dd874c41f6bab5808291fb4036dd022.tar.gz
blt-339420dd5dd874c41f6bab5808291fb4036dd022.tar.bz2
Squashed 'funtools/' content from commit 8b760b8
git-subtree-dir: funtools git-subtree-split: 8b760b80d2c8f7ef3a157370e212b18a6510be46
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]