summaryrefslogtreecommitdiffstats
path: root/tests/007/except-4.txr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/007/except-4.txr')
-rw-r--r--tests/007/except-4.txr7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/007/except-4.txr b/tests/007/except-4.txr
new file mode 100644
index 00000000..0f87a706
--- /dev/null
+++ b/tests/007/except-4.txr
@@ -0,0 +1,7 @@
+@(try)
+@(next (open-command "echo foo; kill $$"))
+@a
+@(catch)
+@(bind a "bar")
+@(end)
+@(do (put-line a))