summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/012/syntax.tl20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/012/syntax.tl b/tests/012/syntax.tl
new file mode 100644
index 00000000..6b6f331a
--- /dev/null
+++ b/tests/012/syntax.tl
@@ -0,0 +1,20 @@
+(load "../common")
+
+#;(commented out list)
+#;3.14
+#;abc
+#;.foo
+#; .foo
+#;a.b
+
+'(#;.foo)
+'(#; .foo)
+
+(test
+ #;(commented out list)
+ #;3.14
+ #;abc
+ #;.foo
+ #; .foo
+ #;a.b
+ 42 42)