some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 07-unescaped_in_style.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/07-unescaped_in_style.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/07-unescaped_in_style.json
deleted file mode 100644 (file)
index 77438fd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "name": "Unescaped chars in style",
-  "options": {},
-  "html": "<style type=\"text/css\">\n body > p\n\t{ font-weight: bold; }</style>",
-  "expected": [
-    {
-      "type": "style",
-      "name": "style",
-      "attribs": {
-        "type": "text/css"
-      },
-      "children": [
-        {
-          "data": "\n body > p\n\t{ font-weight: bold; }",
-          "type": "text"
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file