Plato on Github
Report Home
node_modules/sax/test/cdata.js
Maintainability
69.64
Lines of code
10
Difficulty
3.82
Estimated Errors
0.07
Function weight
By Complexity
By SLOC
require(__dirname).test({ xml : "<r><![CDATA[ this is character data ]]></r>", expect : [ ["opentag", {"name": "R","attributes": {}, "isSelfClosing": false}], ["opencdata", undefined], ["cdata", " this is character data "], ["closecdata", undefined], ["closetag", "R"] ] });