20 lines
332 B
Plaintext
20 lines
332 B
Plaintext
//
|
|
// Foobar
|
|
/**/
|
|
/* Foo
|
|
bar */
|
|
#! --nochecks
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "//"],
|
|
["comment", "// Foobar"],
|
|
["comment", "/**/"],
|
|
["comment", "/* Foo\r\nbar */"],
|
|
["comment", "#! --nochecks"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |