Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 03-single_tag_2.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/03-single_tag_2.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/03-single_tag_2.json
new file mode 100644 (file)
index 0000000..1c56dc9
--- /dev/null
@@ -0,0 +1,21 @@
+{
+  "name": "Single Tag 2",
+  "options": {},
+  "html": "<br>text<br>",
+  "expected": [
+    {
+      "type": "tag",
+      "name": "br",
+      "attribs": {}
+    },
+    {
+      "data": "text",
+      "type": "text"
+    },
+    {
+      "type": "tag",
+      "name": "br",
+      "attribs": {}
+    }
+  ]
+}
\ No newline at end of file