mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
spawn(
|
|
foo@_bar(
|
|
'foo bar'(
|
|
'\'\\'(
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["function", "spawn"], ["punctuation", "("],
|
|
["function", "foo@_bar"], ["punctuation", "("],
|
|
["quoted-function", "'foo bar'"], ["punctuation", "("],
|
|
["quoted-function", "'\\'\\\\'"], ["punctuation", "("]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for functions and quoted functions. |