From 2e7542a6b590e4662cff1ab1eab62945b7bbccad Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 1 Oct 2011 19:46:34 -0700 Subject: New test case, covering exception handling across nested function invocations. * Makefile (TEST): Test targets marked as .PHONY, because they are. * tests/007/except-1.expected: New file. * tests/007/except-1.out: New file. * tests/007/except-1.txr: New file. --- tests/007/except-1.expected | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/007/except-1.expected (limited to 'tests/007/except-1.expected') diff --git a/tests/007/except-1.expected b/tests/007/except-1.expected new file mode 100644 index 00000000..93127102 --- /dev/null +++ b/tests/007/except-1.expected @@ -0,0 +1,2 @@ +caught u0: text0 +caught u1: text1 -- cgit v1.2.3