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