Newer
Older
ez-indexation / app / node_modules / domhandler / test / cases / 09-unquoted_attrib.json
@kieffer kieffer on 7 Mar 2017 324 bytes v0.0.0
{
  "name": "Unquoted attributes",
  "options": {},
  "html": "the text",
  "expected": [
    {
      "type": "tag",
      "name": "font",
      "attribs": {
        "size": "14"
      },
      "children": [
        {
          "data": "the text",
          "type": "text"
        }
      ]
    }
  ]
}