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