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

16 lines
293 B
Plaintext

$e
${4+2}
----------------------------------------------------
[
["reification", "$e"],
["reification", "$"],
["punctuation", "{"],
["number", "4"], ["operator", "+"], ["number", "2"],
["punctuation", "}"]
]
----------------------------------------------------
Checks for reification.