hy/tests/compilers/native/quoting.hy

10 lines
181 B
Hy
Raw Normal View History

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