CS-Notes/docs/_style/prism-master/tests/languages/nix/antiquotation_feature.test
2018-12-19 14:09:39 +08:00

14 lines
267 B
Plaintext

${42}
----------------------------------------------------
[
["antiquotation", "$"],
["punctuation", "{"],
["number", "42"],
["punctuation", "}"]
]
----------------------------------------------------
Checks for antiquotations outside of strings.