UNPKG

cordova-browser

Version:
18 lines (16 loc) 307 B
require(__dirname).test({ xml : "<span>Welcome,</span> to monkey land", expect : [ ["opentag", { "name": "SPAN", "attributes": {} }], ["text", "Welcome,"], ["closetag", "SPAN"], ["text", " to monkey land"], ["end"], ["ready"] ], strict : false, opt : {} });