some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 17-xml_namespace.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/17-xml_namespace.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/17-xml_namespace.json
deleted file mode 100644 (file)
index 2171c49..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  "name": "XML Namespace",
-  "options": {},
-  "html": "<ns:tag>text</ns:tag>",
-  "expected": [
-    {
-      "type": "tag",
-      "name": "ns:tag",
-      "attribs": {},
-      "children": [
-        {
-          "data": "text",
-          "type": "text"
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file