dontThrowParseErrorOnDoctypeDeclaration: Adding unit test for doctype tag

pull/255/head
Matt Steitle 9 years ago
parent d5411f43d6
commit 1b16c02fe0

@ -0,0 +1,23 @@
{
"html": {
"start": 0,
"end": 15,
"type": "Fragment",
"children": [{
"attributes": [{
"end": 14,
"name": "html",
"start": 10,
"type": "Attribute",
"value": true
}],
"children": [],
"end": 15,
"name": "!doctype",
"start": 0,
"type": "Element"
}]
},
"css": null,
"js": null
}
Loading…
Cancel
Save