some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 02-single_tag_1.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/02-single_tag_1.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/02-single_tag_1.json
deleted file mode 100644 (file)
index 51ff845..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "name": "Single Tag 1",
-  "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