require(__dirname).test({ opt: { strictEntities: true }, xml: '⌋ ' + '♠ © → & ' + '< < < < < > ℜ ℘ €', expect: [ ['opentagstart', {'name': 'R', attributes: {}}], ['opentag', {'name': 'R', attributes: {}, isSelfClosing: false}], ['text', '⌋ ♠ © → & < < < < < > ℜ ℘ €'], ['closetag', 'R'] ] })