jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/erlang/variable_feature.test
2016-02-02 21:12:02 -05:00

17 lines
246 B
Plaintext

Foo
?Bar
_
Foo@_bar
----------------------------------------------------
[
["variable", "Foo"],
["variable", "?Bar"],
["variable", "_"],
["variable", "Foo@_bar"]
]
----------------------------------------------------
Checks for variables.