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