mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-09-01 04:07:51 +08:00
17 lines
299 B
Plaintext
17 lines
299 B
Plaintext
foo
|
|
foo@_bar
|
|
'foo bar'
|
|
'\'\\'
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["atom", "foo"],
|
|
["atom", "foo@_bar"],
|
|
["quoted-atom", "'foo bar'"],
|
|
["quoted-atom", "'\\'\\\\'"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for atoms and quoted atoms. |