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

15 lines
341 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
$foo
$::foobar_42
$Foo::Bar_42::baz
----------------------------------------------------
[
["variable", ["$foo"]],
["variable", ["$", ["punctuation", "::"], "foobar_42"]],
["variable", ["$Foo", ["punctuation", "::"], "Bar_42", ["punctuation", "::"], "baz"]]
]
----------------------------------------------------
Checks for variables.