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

15 lines
319 B
Plaintext

$foo $bar_baz $var4u $1 $true_as $falsey
----------------------------------------------------
[
["variable", "$foo"],
["variable", "$bar_baz"],
["variable", "$var4u"],
["variable", "$1"],
["variable", "$true_as"],
["variable", "$falsey"]
]
----------------------------------------------------
Testing variables