From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- .../test/cases/14-comment_in_text_in_script.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 node_modules/domhandler/test/cases/14-comment_in_text_in_script.json (limited to 'node_modules/domhandler/test/cases/14-comment_in_text_in_script.json') diff --git a/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json b/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json new file mode 100644 index 00000000..b69d04bd --- /dev/null +++ b/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json @@ -0,0 +1,18 @@ +{ + "name": "Comment within text within script", + "options": {}, + "html": "", + "expected": [ + { + "type": "script", + "name": "script", + "attribs": {}, + "children": [ + { + "data": "this is the text", + "type": "text" + } + ] + } + ] +} \ No newline at end of file -- cgit v1.2.3