Plato on Github
Report Home
node_modules/sax/test/issue-35.js
Maintainability
66.63
Lines of code
13
Difficulty
4.20
Estimated Errors
0.07
Function weight
By Complexity
By SLOC
// https://github.com/isaacs/sax-js/issues/35 require(__dirname).test ( { xml : "<xml>

\n"+ "</xml>" , expect : [ [ "opentag", { name: "xml", attributes: {}, isSelfClosing: false } ] , [ "text", "\r\r\n" ] , [ "closetag", "xml" ] ] , strict : true , opt : {} } )