15 lines
No EOL
246 B
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": ""
|
|
}
|
|
}
|
|
]
|
|
} |