Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json')
-rw-r--r--assets/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/assets/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json b/assets/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json
deleted file mode 100644
index b69d04b..0000000
--- a/assets/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Comment within text within script",
- "options": {},
- "html": "<script>this is <!-- the comment --> the text</script>",
- "expected": [
- {
- "type": "script",
- "name": "script",
- "attribs": {},
- "children": [
- {
- "data": "this is <!-- the comment --> the text",
- "type": "text"
- }
- ]
- }
- ]
-} \ No newline at end of file