Plato on Github
Report Home
node_modules/sax/test/entities.js
Maintainability
69.65
Lines of code
10
Difficulty
4.17
Estimated Errors
0.06
Function weight
By Complexity
By SLOC
require(__dirname).test({ xml: '<r>⌋ ' + '♠ © → & ' + '< < < < < > ℜ ℘ €</r>', expect: [ ['opentag', {'name':'R', attributes:{}, isSelfClosing: false}], ['text', '⌋ ♠ © → & < < < < < > ℜ ℘ €'], ['closetag', 'R'] ] });