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