require(__dirname).test({ xml: '', expect: [ ['opentagstart', {'name': 'R', 'attributes': {}}], ['opentag', {'name': 'R', 'attributes': {}, 'isSelfClosing': false}], ['opencdata', undefined], ['cdata', ' this is character data  '], ['closecdata', undefined], ['closetag', 'R'] ] })