// https://github.com/isaacs/sax-js/issues/35 require(__dirname).test ( { xml : " \n"+ "" , expect : [ [ "opentag", { name: "xml", attributes: {} } ] , [ "text", "\r\r\n" ] , [ "closetag", "xml" ] ] , strict : true , opt : {} } )