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

37 lines
645 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
$foo.foobar
foo_bar_42()
contain
debug
err
fail
include
info
notice
realize
require
tag
warning
----------------------------------------------------
[
["variable", ["$foo"]], ["punctuation", "."], ["function", "foobar"],
["function", "foo_bar_42"], ["punctuation", "("], ["punctuation", ")"],
["function", "contain"],
["function", "debug"],
["function", "err"],
["function", "fail"],
["function", "include"],
["function", "info"],
["function", "notice"],
["function", "realize"],
["function", "require"],
["function", "tag"],
["function", "warning"]
]
----------------------------------------------------
Checks for functions.