Adding a symbol checker.
This commit is contained in:
parent
93e4bc17eb
commit
eeab56c2b7
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user