comment_feature.test
348 Bytes
//
// foobar
/*
/* foo
bar
/* foo
bar
baz
----------------------------------------------------
[
["comment", "//"],
["comment", "// foobar"],
["comment", "/*"],
["comment", "/* foo\r\n\tbar"],
["comment", "/* foo\r\n\t bar\r\n\t baz"]
]
----------------------------------------------------
Checks for comments.