summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/domhandler/test/cases/05-tags_in_comment.json
blob: 2d22d9e1d8f6f49019c280246346346ae6821a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "Special char in comment",
  "options": {},
  "html": "<head><!-- commented out tags <title>Test</title>--></head>",
  "expected": [
    {
      "type": "tag",
      "name": "head",
      "attribs": {},
      "children": [
        {
          "data": " commented out tags <title>Test</title>",
          "type": "comment"
        }
      ]
    }
  ]
}