jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/markup/cdata_feature.test

15 lines
307 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
<![CDATA[ foo bar baz ]]>
<![CDATA[
foo bar baz
]]>
----------------------------------------------------
[
["cdata", "<![CDATA[ foo bar baz ]]>"],
["cdata", "<![CDATA[\r\nfoo bar baz\r\n]]>"]
]
----------------------------------------------------
Checks for CDATA sections, single-line and multi-line.