diff options
| -rw-r--r-- | tests/step8_macros.mal | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
