19 lines
287 B
Plaintext
19 lines
287 B
Plaintext
//
|
|
// foobar
|
|
/**/
|
|
/* foo
|
|
bar */
|
|
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "//"],
|
|
["comment", "// foobar"],
|
|
["comment", "/**/"],
|
|
["comment", "/* foo\r\nbar */"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |