From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/sax/test/issue-47.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 node_modules/sax/test/issue-47.js (limited to 'node_modules/sax/test/issue-47.js') diff --git a/node_modules/sax/test/issue-47.js b/node_modules/sax/test/issue-47.js new file mode 100644 index 000000000..661584ab1 --- /dev/null +++ b/node_modules/sax/test/issue-47.js @@ -0,0 +1,12 @@ +// https://github.com/isaacs/sax-js/issues/47 +require(__dirname).test + ( { xml : '' + , expect : [ + [ "attribute", { name:'HREF', value:"query.svc?x=1&y=2&z=3"} ], + [ "opentag", { name: "A", attributes: { HREF:"query.svc?x=1&y=2&z=3"}, isSelfClosing: true } ], + [ "closetag", "A" ] + ] + , opt : {} + } + ) + -- cgit v1.2.3