require(__dirname).test({ xml: '<Р>тест', expect: [ ['opentagstart', {'name': 'Р', attributes: {}}], ['opentag', {'name': 'Р', attributes: {}, isSelfClosing: false}], ['text', 'тест'], ['closetag', 'Р'] ] })