testing nested things
This commit is contained in:
parent
7da1129298
commit
936d1bcec7
@ -281,3 +281,8 @@
|
|||||||
(+ x 42) ; noop
|
(+ x 42) ; noop
|
||||||
(+ x 1)))
|
(+ x 1)))
|
||||||
(assert (= 43 (my-fun 42))))
|
(assert (= 43 (my-fun 42))))
|
||||||
|
|
||||||
|
|
||||||
|
(defn test-mangles []
|
||||||
|
"NATIVE: test mangles"
|
||||||
|
(assert (= 2 ((fn [] (+ 1 1))))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user