From bd65bb67e25a79b019d745b7262b2008ce2adb15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 16 Nov 2016 01:59:39 +0100 Subject: incrementally verify denoms The denominations are not stored in a separate object store. --- node_modules/sax/test/issue-23.js | 43 --------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 node_modules/sax/test/issue-23.js (limited to 'node_modules/sax/test/issue-23.js') diff --git a/node_modules/sax/test/issue-23.js b/node_modules/sax/test/issue-23.js deleted file mode 100644 index ccbdc3512..000000000 --- a/node_modules/sax/test/issue-23.js +++ /dev/null @@ -1,43 +0,0 @@ - -require(__dirname).test - ( { xml : - ""+ - ""+ - "653724009"+ - "-1"+ - "01pG0000002KoSUIA0"+ - "-1"+ - "CalendarController"+ - "true"+ - ""+ - "" - - , expect : - [ [ "opentag", { name: "COMPILECLASSESRESPONSE", attributes: {}, isSelfClosing: false } ] - , [ "opentag", { name : "RESULT", attributes: {}, isSelfClosing: false } ] - , [ "opentag", { name: "BODYCRC", attributes: {}, isSelfClosing: false } ] - , [ "text", "653724009" ] - , [ "closetag", "BODYCRC" ] - , [ "opentag", { name: "COLUMN", attributes: {}, isSelfClosing: false } ] - , [ "text", "-1" ] - , [ "closetag", "COLUMN" ] - , [ "opentag", { name: "ID", attributes: {}, isSelfClosing: false } ] - , [ "text", "01pG0000002KoSUIA0" ] - , [ "closetag", "ID" ] - , [ "opentag", {name: "LINE", attributes: {}, isSelfClosing: false } ] - , [ "text", "-1" ] - , [ "closetag", "LINE" ] - , [ "opentag", {name: "NAME", attributes: {}, isSelfClosing: false } ] - , [ "text", "CalendarController" ] - , [ "closetag", "NAME" ] - , [ "opentag", {name: "SUCCESS", attributes: {}, isSelfClosing: false } ] - , [ "text", "true" ] - , [ "closetag", "SUCCESS" ] - , [ "closetag", "RESULT" ] - , [ "closetag", "COMPILECLASSESRESPONSE" ] - ] - , strict : false - , opt : {} - } - ) - -- cgit v1.2.3