HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/domhandler/test/cases/01-basic.json
{
  "name": "Basic test",
  "options": {},
  "html": "<!DOCTYPE html><html><title>The Title</title><body>Hello world</body></html>",
  "expected": [
    {
      "name": "!doctype",
      "data": "!DOCTYPE html",
      "type": "directive"
    },
    {
      "type": "tag",
      "name": "html",
      "attribs": {},
      "parent": null,
      "children": [
        {
          "type": "tag",
          "name": "title",
          "attribs": {},
          "parent": {
            "type": "tag",
            "name": "html",
            "attribs": {}
          },
          "children": [
            {
              "data": "The Title",
              "type": "text",
              "parent": {
                "type": "tag",
                "name": "title",
                "attribs": {}
              }
            }
          ]
        },
        {
          "type": "tag",
          "name": "body",
          "attribs": {},
          "children": [
            {
              "data": "Hello world",
              "type": "text"
            }
          ],
          "prev": {
              "type": "tag",
              "name": "title",
              "attribs": {}
          }
        }
      ]
    }
  ]
}