Repository URL to install this package:
|
Version:
3.8.3 ▾
|
{
"name": "CDATA in HTML",
"options": {},
"html": "<![CDATA[ foo ]]>",
"expected": [
{ "event": "comment", "data": [ "[CDATA[ foo ]]" ] },
{ "event": "commentend", "data": [] }
]
}