blob: c728423922cdec23f60b9f6f51d527f08c4da3f6 [file] [log] [blame]
//
// foobar
/**/
/* foo
bar */
----------------------------------------------------
[
["comment", "//"],
["comment", "// foobar"],
["comment", "/**/"],
["comment", "/* foo\r\nbar */"]
]
----------------------------------------------------
Checks for single-line and multi-line comments.