first commit
This commit is contained in:
9
build/node_modules/htmlparser2/test/Events/28-cdata_in_html.json
generated
vendored
Normal file
9
build/node_modules/htmlparser2/test/Events/28-cdata_in_html.json
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "CDATA in HTML",
|
||||
"options": {},
|
||||
"html": "<![CDATA[ foo ]]>",
|
||||
"expected": [
|
||||
{ "event": "comment", "data": [ "[CDATA[ foo ]]" ] },
|
||||
{ "event": "commentend", "data": [] }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user