Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 20-template_script_tags.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/20-template_script_tags.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/20-template_script_tags.json
new file mode 100644 (file)
index 0000000..dae5f1f
--- /dev/null
@@ -0,0 +1,20 @@
+{
+  "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"
+        }
+      ]
+    }
+  ]
+}
\ No newline at end of file