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