Index: tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/tests/03-single_tag_2.json |
diff --git a/tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/tests/03-single_tag_2.json b/tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/tests/03-single_tag_2.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1fad24068f54d07eff307e2963a83f95289bdb58 |
--- /dev/null |
+++ b/tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/tests/03-single_tag_2.json |
@@ -0,0 +1,24 @@ |
+{ |
+ "name": "Single Tag 2", |
+ "options": { |
+ "handler": {}, |
+ "parser": {} |
+ }, |
+ "html": "<br>text<br>", |
+ "expected": [ |
+ { |
+ "type": "tag", |
+ "name": "br", |
+ "attribs": {} |
+ }, |
+ { |
+ "data": "text", |
+ "type": "text" |
+ }, |
+ { |
+ "type": "tag", |
+ "name": "br", |
+ "attribs": {} |
+ } |
+ ] |
+} |