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