From f947d503f748fd1218f502ef1394ff9e28175ef8 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 3 Nov 2014 22:29:51 -0600 Subject: R: atom support, fixes for self-hosting. --- tests/step8_macros.mal | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/step8_macros.mal') diff --git a/tests/step8_macros.mal b/tests/step8_macros.mal index 93f3ea9..f2f62dc 100644 --- a/tests/step8_macros.mal +++ b/tests/step8_macros.mal @@ -15,6 +15,13 @@ ;=>(8 9) +;; Testing non-macro function +(not (= 1 1)) +;=>false +;;; This should fail if it is a macro +(not (= 1 2)) +;=>true + ;; Testing trivial macros (defmacro! one (fn* () 1)) -- cgit v1.2.3