Sha256: a6d2f0f92cabae502d07feb4a3b5216235a7514a97b30b4dfb0200e6b6bed5c1

Contents?: true

Size: 377 Bytes

Versions: 47

Compression:

Stored size: 377 Bytes

Contents

{
  "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"
        }
      ]
    }
  ]
}

Version data entries

47 entries across 43 versions & 6 rubygems

Version Path
trusty-cms-6.3.1 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-5.0.7 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-5.0.6 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-5.0.5 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-5.0.4 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-5.0.3 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-5.0.2 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-5.0.1 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.3.5 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-5.0.0 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.3.4 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.3.3 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.3.2 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.3.1 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.3 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.2.3 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.2.2 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.2.1 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.2 node_modules/domhandler/test/cases/20-template_script_tags.json
trusty-cms-4.1.9 node_modules/domhandler/test/cases/20-template_script_tags.json