comment_feature.test
289 Bytes
/**/
/* foo
bar */
\\
\\ foobar
----------------------------------------------------
[
["comment", "/**/"],
["comment", "/* foo\r\nbar */"],
["comment", "\\\\"],
["comment", "\\\\ foobar"]
]
----------------------------------------------------
Checks for comments.