hy/tests/compilers/native/quoting.hy
2013-04-08 20:23:51 -04:00

10 lines
181 B
Hy

;;;
;;;
(import-from hy.models.expression HyExpression)
(import-from hy.models.symbol HySymbol)
(defn test-basic-quoting []
(assert (= (type (quote (foo bar))) HyExpression)))