PHP WebShell

Текущая директория: /opt/bitgo-express/node_modules/domhandler/test/cases

Просмотр файла: 09-unquoted_attrib.json

{
  "name": "Unquoted attributes",
  "options": {},
  "html": "<font size= 14>the text</font>",
  "expected": [
    {
      "type": "tag",
      "name": "font",
      "attribs": {
        "size": "14"
      },
      "children": [
        {
          "data": "the text",
          "type": "text"
        }
      ]
    }
  ]
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!