shift73k/assets_old/node_modules/domhandler/test/cases/05-tags_in_comment.json

18 lines
No EOL
363 B
JSON

{
"name": "Special char in comment",
"options": {},
"html": "<head><!-- commented out tags <title>Test</title>--></head>",
"expected": [
{
"type": "tag",
"name": "head",
"attribs": {},
"children": [
{
"data": " commented out tags <title>Test</title>",
"type": "comment"
}
]
}
]
}