Files
OnJava8/docs/_style/prism-master/tests/languages/erlang/function_feature.test
2019-03-30 20:31:44 +08:00

17 lines
416 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.