{

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

}