NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/domhandler/test/cases/10-singular_attribute.json
2023-09-14 14:47:11 +08:00

15 lines
246 B
JSON

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