mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-09-02 04:37:56 +08:00
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
${42}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["antiquotation", "$"],
|
|
["punctuation", "{"],
|
|
["number", "42"],
|
|
["punctuation", "}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for antiquotations outside of strings. |