2018-12-19 14:09:39 +08:00

20 lines
332 B
Plaintext

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