mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-27 00:13:28 +08:00
17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
* foobar;
|
|
foo; * foobar;
|
|
/* foo
|
|
bar */
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "* foobar;"],
|
|
"\r\nfoo", ["punctuation", ";"],
|
|
["comment", "* foobar;"],
|
|
["comment", "/* foo\r\nbar */"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |