shift73k/assets_old/node_modules/domhandler/test/cases/10-singular_attribute.json

15 lines
No EOL
246 B
JSON

{
"name": "Singular attribute",
"options": {},
"html": "<option value='foo' selected>",
"expected": [
{
"type": "tag",
"name": "option",
"attribs": {
"value": "foo",
"selected": ""
}
}
]
}