18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
![]() |
/* foo */
|
||
|
/* foo
|
||
|
bar */
|
||
|
# foo
|
||
|
; bar
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "/* foo */"],
|
||
|
["comment", "/* foo\r\nbar */"],
|
||
|
["comment", "# foo"],
|
||
|
["comment", "; bar"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|