Files
CS-Notes/docs/_style/prism-master/tests/languages/clojure/comment_feature.test

13 lines
257 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
;; this is comment
; this is another comment
----------------------------------------------------
[
["comment", ";; this is comment"],
["comment", "; this is another comment"]
]
----------------------------------------------------
Checks for comments.