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.
|