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

15 lines
341 B
Plaintext

$foo
$::foobar_42
$Foo::Bar_42::baz
----------------------------------------------------
[
["variable", ["$foo"]],
["variable", ["$", ["punctuation", "::"], "foobar_42"]],
["variable", ["$Foo", ["punctuation", "::"], "Bar_42", ["punctuation", "::"], "baz"]]
]
----------------------------------------------------
Checks for variables.