comment_feature.test
332 Bytes
//
// Foobar
/**/
/* Foo
bar */
#! --nochecks
----------------------------------------------------
[
["comment", "//"],
["comment", "// Foobar"],
["comment", "/**/"],
["comment", "/* Foo\r\nbar */"],
["comment", "#! --nochecks"]
]
----------------------------------------------------
Checks for comments.