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

15 lines
319 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
$foo $bar_baz $var4u $1 $true_as $falsey
----------------------------------------------------
[
["variable", "$foo"],
["variable", "$bar_baz"],
["variable", "$var4u"],
["variable", "$1"],
["variable", "$true_as"],
["variable", "$falsey"]
]
----------------------------------------------------
Testing variables