22 lines
385 B
Plaintext
22 lines
385 B
Plaintext
![]() |
;;
|
||
|
;; Foobar
|
||
|
;; (; foobar ;)
|
||
|
(;;)
|
||
|
(;Foobar;)
|
||
|
(;Foo ;;bar
|
||
|
baz;)
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", ";;"],
|
||
|
["comment", ";; Foobar"],
|
||
|
["comment", ";; (; foobar ;)"],
|
||
|
["comment", "(;;)"],
|
||
|
["comment", "(;Foobar;)"],
|
||
|
["comment", "(;Foo ;;bar\r\nbaz;)"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|