Sha256: ac8a46e87ca18827891f2ab2bf2c422a410b9e1c783d9f61caa1da7120e03137
Contents?: true
Size: 568 Bytes
Versions: 45
Compression:
Stored size: 568 Bytes
Contents
require(__dirname).test( { xml: "<root length='12345'></root>" , expect: [ ["attribute", { name: "length" , value: "12345" , prefix: "" , local: "length" , uri: "" }] , ["opentag", { name: "root" , prefix: "" , local: "root" , uri: "" , attributes: { length: { name: "length" , value: "12345" , prefix: "" , local: "length" , uri: "" } } , ns: {} , isSelfClosing: false }] , ["closetag", "root"] ] , strict: true , opt: { xmlns: true } } )
Version data entries
45 entries across 45 versions & 3 rubygems