UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

9 lines 203 B
{ "name": "CDATA in HTML", "options": {}, "html": "<![CDATA[ foo ]]>", "expected": [ { "event": "comment", "data": [ "[CDATA[ foo ]]" ] }, { "event": "commentend", "data": [] } ] }