23 lines
348 B
Plaintext
23 lines
348 B
Plaintext
![]() |
//
|
||
|
// foobar
|
||
|
/*
|
||
|
/* foo
|
||
|
bar
|
||
|
|
||
|
/* foo
|
||
|
bar
|
||
|
baz
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "//"],
|
||
|
["comment", "// foobar"],
|
||
|
["comment", "/*"],
|
||
|
["comment", "/* foo\r\n\tbar"],
|
||
|
["comment", "/* foo\r\n\t bar\r\n\t baz"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|