mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-30 19:28:02 +08:00
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
%
|
|
% Some comment
|
|
% Comment " with ' quotes
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "%"],
|
|
["comment", "% Some comment"],
|
|
["comment", "% Comment \" with ' quotes"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |