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