16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
|
% Foobar
|
||
|
/**/
|
||
|
/* Foo
|
||
|
bar */
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "% Foobar"],
|
||
|
["comment", "/**/"],
|
||
|
["comment", "/* Foo\r\nbar */"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|