UNPKG

cordova-plugin-mfp-encrypt-utils

Version:

IBM MobileFirst Platform Foundation Cordova Plugin Encrypt Utils

16 lines (13 loc) 287 B
require(__dirname).test({ expect : [ ["opentag", {"name": "R","attributes": {}}], ["opencdata", undefined], ["cdata", " this is "], ["closecdata", undefined], ["closetag", "R"] ] }) .write("<r><![CDATA[ this is ]") .write("]>") .write("</r>") .close();