blob: f05dd1b23826c3dd91f2fc165bfbb85e008b348f [file] [log] [blame]
require(__dirname).test({
xml: '<Р>тест</Р>',
expect: [
['opentag', {'name':'Р', attributes:{}, isSelfClosing: false}],
['text', 'тест'],
['closetag', 'Р']
]
});