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

19 lines
325 B
Plaintext

$foo
$foo_bar_42
@ComputerName
@CPUArch
@TAB
----------------------------------------------------
[
["variable", "$foo"],
["variable", "$foo_bar_42"],
["variable", "@ComputerName"],
["variable", "@CPUArch"],
["variable", "@TAB"]
]
----------------------------------------------------
Checks for variables and macros.