summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/domhandler/test/cases/18-enforce_empty_tags.json
blob: ce6c455544e5f9120e338a9213e33792d0e97262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "Enforce empty tags",
  "options": {},
  "html": "<link>text</link>",
  "expected": [
    {
      "type": "tag",
      "name": "link",
      "attribs": {}
    },
    {
      "data": "text",
      "type": "text"
    }
  ]
}