mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-25 23:43:28 +08:00
16 lines
249 B
Plaintext
16 lines
249 B
Plaintext
#
|
|
# foobar
|
|
# foo \
|
|
bar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "#"],
|
|
["comment", "# foobar"],
|
|
["comment", "# foo \\\r\nbar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |