Files
owncast/build/javascript/node_modules/domhandler/test/cases/10-singular_attribute.json
2020-10-20 05:15:30 +00:00

15 lines
246 B
JSON

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