Sha256: ff6cefb0a310b59a965070acb122d2732aebe1f0fee97d2836eea9d039e44f72
Contents?: true
Size: 450 Bytes
Versions: 45
Compression:
Stored size: 450 Bytes
Contents
// https://github.com/isaacs/sax-js/issues/49 require(__dirname).test ( { xml : "<?has unbalanced \"quotes?><xml>body</xml>" , expect : [ [ "processinginstruction", { name: "has", body: "unbalanced \"quotes" } ], [ "opentag", { name: "xml", attributes: {}, isSelfClosing: false } ] , [ "text", "body" ] , [ "closetag", "xml" ] ] , strict : false , opt : { lowercasetags: true, noscript: true } } )
Version data entries
45 entries across 45 versions & 3 rubygems