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

15 lines
232 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
$x
$foo42
$Foo_Bar_42
----------------------------------------------------
[
["variable", "$x"],
["variable", "$foo42"],
["variable", "$Foo_Bar_42"]
]
----------------------------------------------------
Checks for variables.