diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.mew | 1 |
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 |