aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test.lisp')
-rw-r--r--examples/test.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/test.lisp b/examples/test.lisp
new file mode 100644
index 0000000..a84d887
--- /dev/null
+++ b/examples/test.lisp
@@ -0,0 +1,6 @@
+foo ; test1
+(sum2 ; test2
+ 1
+ 2 )
+"string with space"
+"another \n\"string\"" \ No newline at end of file