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