jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/erlang/function_feature.test

17 lines
400 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07: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.