aboutsummaryrefslogtreecommitdiff
path: root/tests/comment.lisp
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-21 17:19:11 +0800
committerMistivia <i@mistivia.com>2025-06-21 17:19:11 +0800
commitfec7a34cdc55f226e69d98267e42fa4b52b0193c (patch)
tree8ac2bc5f7c6372a722a080757c2b6f0f6ed12fc1 /tests/comment.lisp
parent1de8cda84460198e764a94c1f0f106ecaf001331 (diff)
move test files
Diffstat (limited to 'tests/comment.lisp')
-rw-r--r--tests/comment.lisp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/comment.lisp b/tests/comment.lisp
new file mode 100644
index 0000000..40d5081
--- /dev/null
+++ b/tests/comment.lisp
@@ -0,0 +1,8 @@
+(list 1 2 3) ;; comment
+(list 1;; comment
+ 2 3)
+(list 1 ;; comment
+;; comment
+ 2 3)
+;; comment
+