jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/erlang/function_feature.test
2016-02-03 18:00:01 -05:00

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.