CS-Notes/docs/_style/prism-master/tests/languages/nix/antiquotation_feature.test

14 lines
267 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
${42}
----------------------------------------------------
[
["antiquotation", "$"],
["punctuation", "{"],
["number", "42"],
["punctuation", "}"]
]
----------------------------------------------------
Checks for antiquotations outside of strings.