Newer
Older
ez-indexation / app / node_modules / domhandler / test / cases / 20-template_script_tags.json
@kieffer kieffer on 7 Mar 2017 377 bytes v0.0.0
{
  "name": "Template script tags",
  "options": {},
  "html": "",
  "expected": [
    {
      "type": "script",
      "name": "script",
      "attribs": {
        "type": "text/template"
      },
      "children": [
        {
          "data": "

Heading1

", "type": "text" } ] } ] }