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

15 lines
232 B
Plaintext

$x
$foo42
$Foo_Bar_42
----------------------------------------------------
[
["variable", "$x"],
["variable", "$foo42"],
["variable", "$Foo_Bar_42"]
]
----------------------------------------------------
Checks for variables.