Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 18-enforce_empty_tags.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/18-enforce_empty_tags.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/18-enforce_empty_tags.json
new file mode 100644 (file)
index 0000000..ce6c455
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "name": "Enforce empty tags",
+  "options": {},
+  "html": "<link>text</link>",
+  "expected": [
+    {
+      "type": "tag",
+      "name": "link",
+      "attribs": {}
+    },
+    {
+      "data": "text",
+      "type": "text"
+    }
+  ]
+}
\ No newline at end of file