The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "name": "Template script tags",
  "options": {},
  "html": "<script type=\"text/template\"><h1>Heading1</h1></script>",
  "expected": [
    {
      "type": "script",
      "name": "script",
      "attribs": {
        "type": "text/template"
      },
      "children": [
        {
          "data": "<h1>Heading1</h1>",
          "type": "text"
        }
      ]
    }
  ]
}