some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 05-tags_in_comment.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/05-tags_in_comment.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/05-tags_in_comment.json
deleted file mode 100644 (file)
index 2d22d9e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  "name": "Special char in comment",
-  "options": {},
-  "html": "<head><!-- commented out tags <title>Test</title>--></head>",
-  "expected": [
-    {
-      "type": "tag",
-      "name": "head",
-      "attribs": {},
-      "children": [
-        {
-          "data": " commented out tags <title>Test</title>",
-          "type": "comment"
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file