jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/markup/comment_feature.test
2016-02-02 21:12:02 -05:00

16 lines
328 B
Plaintext

<!---->
<!-- foo bar -->
<!-- foo bar
baz -->
----------------------------------------------------
[
["comment", "<!---->"],
["comment", "<!-- foo bar -->"],
["comment", "<!-- foo bar\r\nbaz -->"]
]
----------------------------------------------------
Checks for empty comment, single-line comment and multi-line comment.