The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "name": "Comment within text within script",
  "options": {},
  "html": "<script>this is <!-- the comment --> the text</script>",
  "expected": [
    {
      "type": "script",
      "name": "script",
      "attribs": {},
      "children": [
        {
          "data": "this is <!-- the comment --> the text",
          "type": "text"
        }
      ]
    }
  ]
}