cyrillic.js 192 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 require(__dirname).test({ xml: '<Р>тест</Р>', expect: [ ['opentag', {'name':'Р', attributes:{}, isSelfClosing: false}], ['text', 'тест'], ['closetag', 'Р'] ] });