Actualizacion maquina principal
[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
new file mode 100644 (file)
index 0000000..2d22d9e
--- /dev/null
@@ -0,0 +1,18 @@
+{
+  "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