From 758933f21515b282423bfcb0a2d5a7eca9b41b20 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 5 Mar 2015 11:25:26 -0600 Subject: tests: add macro-in-macro test. E.g.: (or (or false 4)) -> 4 --- tests/step8_macros.mal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/step8_macros.mal b/tests/step8_macros.mal index cf8f5d1..b9bf002 100644 --- a/tests/step8_macros.mal +++ b/tests/step8_macros.mal @@ -67,6 +67,8 @@ x ;=>4 (or false nil 3 false nil 4) ;=>3 +(or (or false 4)) +;=>4 ;; Testing cond macro -- cgit v1.2.3