diff --git a/tests/compilers/native/quoting.hy b/tests/compilers/native/quoting.hy index 3c20bd2..63c8f96 100644 --- a/tests/compilers/native/quoting.hy +++ b/tests/compilers/native/quoting.hy @@ -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)))