summaryrefslogtreecommitdiffstats
path: root/tests/000
diff options
context:
space:
mode:
Diffstat (limited to 'tests/000')
-rw-r--r--tests/000/nilvar.expected1
-rw-r--r--tests/000/nilvar.txr3
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/000/nilvar.expected b/tests/000/nilvar.expected
new file mode 100644
index 00000000..70985094
--- /dev/null
+++ b/tests/000/nilvar.expected
@@ -0,0 +1 @@
+a:c
diff --git a/tests/000/nilvar.txr b/tests/000/nilvar.txr
new file mode 100644
index 00000000..a6d1391c
--- /dev/null
+++ b/tests/000/nilvar.txr
@@ -0,0 +1,3 @@
+@(next :string "a !b c")
+@(coll)@(cases)@{nil /!\S+/}@(or)@{var /\S+/}@(end)@(end)
+@(do (put-line (join-with ":" var)))