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

19 lines
325 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
$foo
$foo_bar_42
@ComputerName
@CPUArch
@TAB
----------------------------------------------------
[
["variable", "$foo"],
["variable", "$foo_bar_42"],
["variable", "@ComputerName"],
["variable", "@CPUArch"],
["variable", "@TAB"]
]
----------------------------------------------------
Checks for variables and macros.