shift73k/assets_old/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json

18 lines
No EOL
368 B
JSON

{
"name": "Comment within text within script",
"options": {},
"html": "<script>this is <!-- the comment --> the text</script>",
"expected": [
{
"type": "script",
"name": "script",
"attribs": {},
"children": [
{
"data": "this is <!-- the comment --> the text",
"type": "text"
}
]
}
]
}