Adding a symbol checker.

This commit is contained in:
Paul R. Tagliamonte 2013-04-08 20:24:47 -04:00
parent 93e4bc17eb
commit eeab56c2b7

View File

@ -6,4 +6,5 @@
(defn test-basic-quoting []
(assert (= (type (quote (foo bar))) HyExpression)))
(assert (= (type (quote (foo bar))) HyExpression))
(assert (= (type (quote foo)) HySymbol)))