1{ 2 "name": "Singular attribute", 3 "options": {}, 4 "html": "<option value='foo' selected>", 5 "expected": [ 6 { 7 "type": "tag", 8 "name": "option", 9 "attribs": { 10 "value": "foo", 11 "selected": "" 12 } 13 } 14 ] 15} 16