UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

9 lines (8 loc) 192 B
require(__dirname).test({ xml: '<Р>тест</Р>', expect: [ ['opentag', {'name':'Р', attributes:{}, isSelfClosing: false}], ['text', 'тест'], ['closetag', 'Р'] ] });