Plato on Github
Report Home
node_modules/sax/test/cyrillic.js
Maintainability
70.23
Lines of code
8
Difficulty
3.59
Estimated Errors
0.06
Function weight
By Complexity
By SLOC
require(__dirname).test({ xml: '<Р>тест</Р>', expect: [ ['opentag', {'name':'Р', attributes:{}, isSelfClosing: false}], ['text', 'тест'], ['closetag', 'Р'] ] });