jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/vim/function_feature.test
2016-02-02 21:12:02 -05:00

13 lines
358 B
Plaintext

has("mac")
exists("s:call_count")
----------------------------------------------------
[
["function", "has"], ["punctuation", "("], ["string", "\"mac\""], ["punctuation", ")"],
["function", "exists"], ["punctuation", "("], ["string", "\"s:call_count\""], ["punctuation", ")"]
]
----------------------------------------------------
Checks for functions.