jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/makefile/symbol_feature.test

18 lines
351 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
edit :
%oo:
$(foo):
----------------------------------------------------
[
["symbol", ["edit "]], ["punctuation", ":"],
["symbol", ["%oo"]], ["punctuation", ":"],
["symbol", [
["variable", "$"],
"(foo)"
]], ["punctuation", ":"]
]
----------------------------------------------------
Checks for targets, optionally containing interpolation.