kanji-sheets/grabKanji/node_modules/domhandler/test/cases/10-singular_attribute.json

15 lines
246 B
JSON
Raw Normal View History

2020-05-20 10:19:01 +02:00
{
"name": "Singular attribute",
"options": {},
"html": "<option value='foo' selected>",
"expected": [
{
"type": "tag",
"name": "option",
"attribs": {
"value": "foo",
"selected": ""
}
}
]
}