summaryrefslogtreecommitdiffstats
path: root/tests/008
diff options
context:
space:
mode:
Diffstat (limited to 'tests/008')
-rw-r--r--tests/008/no-stdin-hang.expected0
-rw-r--r--tests/008/no-stdin-hang.txr5
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/008/no-stdin-hang.expected b/tests/008/no-stdin-hang.expected
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/008/no-stdin-hang.expected
diff --git a/tests/008/no-stdin-hang.txr b/tests/008/no-stdin-hang.txr
new file mode 100644
index 00000000..4b29f021
--- /dev/null
+++ b/tests/008/no-stdin-hang.txr
@@ -0,0 +1,5 @@
+@(define foo (var))
+@(next :list '("a"))
+@var
+@(end)
+@(foo x)