chlorinejs / chlorine

Main library for Chlorine compiler (a subset of Clojure to javascript)
https://github.com/chlorinejs/lein-cl2c
45 stars 4 forks source link

Migrate to chlorine-side macro tests #63

Closed myguidingstar-zz closed 11 years ago

myguidingstar-zz commented 11 years ago

Macro expansions are now testable just inside chlorine, something like:

(deftest some-macro-expansion-tests
  (is (= (macroexpand (macro-foo 1))
         (macroexpand (expanded 1)))))