adding in a cond macro test.
This commit is contained in:
parent
ab2cf5beda
commit
5bdebdf5fc
@ -50,3 +50,10 @@
|
||||
(assert (= 1 1))
|
||||
(assert (= 1 1))
|
||||
(assert (= 1 1)))))
|
||||
|
||||
|
||||
(defn test_cond []
|
||||
"NATIVE: test if cond sorta works."
|
||||
(cond
|
||||
(= 1 2) (assert (= true false))
|
||||
(is null null) (assert (= true true))))
|
||||
|
Loading…
Reference in New Issue
Block a user