17 lines
416 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
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.