mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
|
foo
|
||
|
foo@_bar
|
||
|
'foo bar'
|
||
|
'\'\\'
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["atom", "foo"],
|
||
|
["atom", "foo@_bar"],
|
||
|
["quoted-atom", "'foo bar'"],
|
||
|
["quoted-atom", "'\\'\\\\'"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for atoms and quoted atoms.
|