PHP WebShell

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

Просмотр файла: 13-comment_in_text.json

{
  "name": "Comment within text",
  "options": {},
  "html": "this is <!-- the comment --> the text",
  "expected": [
    {
      "data": "this is ",
      "type": "text"
    },
    {
      "data": " the comment ",
      "type": "comment"
    },
    {
      "data": " the text",
      "type": "text"
    }
  ]
}

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


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