aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/step9_try.mal2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/step9_try.mal b/tests/step9_try.mal
index c7483ba..168b632 100644
--- a/tests/step9_try.mal
+++ b/tests/step9_try.mal
@@ -58,6 +58,8 @@
;=>9
(apply prn (list 1 2 "3" (list)))
; 1 2 "3" ()
+(apply prn 1 2 (list "3" (list)))
+; 1 2 "3" ()
;=>nil