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

13 lines
358 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
has("mac")
exists("s:call_count")
----------------------------------------------------
[
["function", "has"], ["punctuation", "("], ["string", "\"mac\""], ["punctuation", ")"],
["function", "exists"], ["punctuation", "("], ["string", "\"s:call_count\""], ["punctuation", ")"]
]
----------------------------------------------------
Checks for functions.