aboutsummaryrefslogtreecommitdiff
path: root/tests/lisp/comment.lisp
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-21 16:04:00 +0800
committerMistivia <i@mistivia.com>2025-06-21 16:04:00 +0800
commitca22ae606ca674a91e28597a96641c01f7eacb24 (patch)
tree01fadb02db0ee2bffe9217373c304dae7c48e19d /tests/lisp/comment.lisp
parent1b2e36b342be527937ad350690023cb50190f1e0 (diff)
add tests
Diffstat (limited to 'tests/lisp/comment.lisp')
-rw-r--r--tests/lisp/comment.lisp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lisp/comment.lisp b/tests/lisp/comment.lisp
new file mode 100644
index 0000000..d84a2f7
--- /dev/null
+++ b/tests/lisp/comment.lisp
@@ -0,0 +1,7 @@
+(list 1 2 3) ;; comment
+(list 1;; comment
+ 2 3)
+(list 1 ;; comment
+;; comment
+ 2 3)
+;; comment