jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/haml/code_feature.test

19 lines
435 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
~ 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.