some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 08-extra_spaces_in_tag.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json
deleted file mode 100644 (file)
index 5c2492e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "name": "Extra spaces in tag",
-  "options": {},
-  "html": "<font\t\n size='14' \n>the text</\t\nfont\t \n>",
-  "expected": [
-    {
-      "type": "tag",
-      "name": "font",
-      "attribs": {
-        "size": "14"
-      },
-      "children": [
-        {
-          "data": "the text",
-          "type": "text"
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file