some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 22-lowercase_tags.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/22-lowercase_tags.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/22-lowercase_tags.json
deleted file mode 100644 (file)
index b3d70e4..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-{
-  "name": "lowercase tags",
-  "options": {},
-  "html": "<!DOCTYPE html><HTML><TITLE>The Title</title><BODY>Hello world</body></html>",
-  "expected": [
-    {
-      "name": "!doctype",
-      "data": "!DOCTYPE html",
-      "type": "directive"
-    },
-    {
-      "type": "tag",
-      "name": "html",
-      "attribs": {},
-      "children": [
-        {
-          "type": "tag",
-          "name": "title",
-          "attribs": {},
-          "children": [
-            {
-              "data": "The Title",
-              "type": "text"
-            }
-          ]
-        },
-        {
-          "type": "tag",
-          "name": "body",
-          "attribs": {},
-          "children": [
-            {
-              "data": "Hello world",
-              "type": "text"
-            }
-          ]
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file