Plato on Github
Report Home
node_modules/sax/test/xmlns-unbound.js
Maintainability
54.51
Lines of code
14
Difficulty
5.17
Estimated Errors
0.17
Function weight
By Complexity
By SLOC
require(__dirname).test( { strict : true , opt : { xmlns: true } , expect : [ ["error", "Unbound namespace prefix: \"unbound\"\nLine: 0\nColumn: 28\nChar: >"] , [ "attribute", { name: "unbound:attr", value: "value", uri: "unbound", prefix: "unbound", local: "attr" } ] , [ "opentag", { name: "root", uri: "", prefix: "", local: "root", attributes: { "unbound:attr": { name: "unbound:attr", value: "value", uri: "unbound", prefix: "unbound", local: "attr" } }, ns: {}, isSelfClosing: true } ] , [ "closetag", "root" ] ] } ).write("<root unbound:attr='value'/>")