summary refs log tree commit diff
path: root/tests/test.mew
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.mew')
-rw-r--r--tests/test.mew1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.mew b/tests/test.mew
index 904127d..3af29c0 100644
--- a/tests/test.mew
+++ b/tests/test.mew
@@ -147,6 +147,7 @@
 
 (test-group "esc"
   (test #t (void? (esc ret)))
+  (test #t (void? (esc ret (ret))))
   (test 42 (esc ret
               (* 6 7)))
   (test 42 (esc ret