testing nested things

This commit is contained in:
Paul R. Tagliamonte 2013-04-04 21:58:26 -04:00
parent 7da1129298
commit 936d1bcec7

View File

@ -281,3 +281,8 @@
(+ x 42) ; noop
(+ x 1)))
(assert (= 43 (my-fun 42))))
(defn test-mangles []
"NATIVE: test mangles"
(assert (= 2 ((fn [] (+ 1 1))))))