18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
/**/
|
|
/* foo
|
|
bar */
|
|
#
|
|
# foobar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "/**/"],
|
|
["comment", "/* foo\r\nbar */"],
|
|
["comment", "#"],
|
|
["comment", "# foobar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |