28-cdata_in_html.json 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 { "name": "CDATA in HTML", "options": {}, "html": "<![CDATA[ foo ]]>", "expected": [ { "event": "comment", "data": [ "[CDATA[ foo ]]" ] }, { "event": "commentend", "data": [] } ] }