Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 13-comment_in_text.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/13-comment_in_text.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/13-comment_in_text.json
new file mode 100644 (file)
index 0000000..672dbbe
--- /dev/null
@@ -0,0 +1,19 @@
+{
+  "name": "Comment within text",
+  "options": {},
+  "html": "this is <!-- the comment --> the text",
+  "expected": [
+    {
+      "data": "this is ",
+      "type": "text"
+    },
+    {
+      "data": " the comment ",
+      "type": "comment"
+    },
+    {
+      "data": " the text",
+      "type": "text"
+    }
+  ]
+}
\ No newline at end of file