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

19 lines
435 B
Plaintext

~ 42
- 42
= 42
&= 42
!= 42
----------------------------------------------------
[
["punctuation", "~"], ["code", [["number", "42"]]],
["punctuation", "-"], ["code", [["number", "42"]]],
["punctuation", "="], ["code", [["number", "42"]]],
["punctuation", "&="], ["code", [["number", "42"]]],
["punctuation", "!="], ["code", [["number", "42"]]]
]
----------------------------------------------------
Checks for single-line code.