18 lines
289 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
/**/
/* foo
bar */
\\
\\ foobar
----------------------------------------------------
[
["comment", "/**/"],
["comment", "/* foo\r\nbar */"],
["comment", "\\\\"],
["comment", "\\\\ foobar"]
]
----------------------------------------------------
Checks for comments.