18 lines
285 B
Plaintext
18 lines
285 B
Plaintext
![]() |
//
|
||
|
// Foobar
|
||
|
/**/
|
||
|
/* foo
|
||
|
bar */
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "//"],
|
||
|
["comment", "// Foobar"],
|
||
|
["comment", "/**/"],
|
||
|
["comment", "/* foo\r\nbar */"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|