2018-12-19 14:09:39 +08:00

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.