Sha256: 46155dd94505be259d5c7ecb3cabc1064c7f26f3ad4630258b2b49fe9e5e2dd0
Contents?: true
Size: 763 Bytes
Versions: 45
Compression:
Stored size: 763 Bytes
Contents
require(__dirname).test({ xml : "<root>"+ "<child>" + "<haha />" + "</child>" + "<monkey>" + "=(|)" + "</monkey>" + "</root>", expect : [ ["opentag", { "name": "root", "attributes": {}, "isSelfClosing": false }], ["opentag", { "name": "child", "attributes": {}, "isSelfClosing": false }], ["opentag", { "name": "haha", "attributes": {}, "isSelfClosing": true }], ["closetag", "haha"], ["closetag", "child"], ["opentag", { "name": "monkey", "attributes": {}, "isSelfClosing": false }], ["text", "=(|)"], ["closetag", "monkey"], ["closetag", "root"], ["end"], ["ready"] ], strict : true, opt : {} });
Version data entries
45 entries across 45 versions & 3 rubygems