update components
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user