summaryrefslogtreecommitdiff
path: root/tests/symbols.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/symbols.lisp')
-rw-r--r--tests/symbols.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/symbols.lisp b/tests/symbols.lisp
new file mode 100644
index 0000000..cba1302
--- /dev/null
+++ b/tests/symbols.lisp
@@ -0,0 +1,3 @@
+(print '(1 2 3))
+(print (list 1 2 3))
+(print (= 'hoi 'hoi))