cdata.js 285 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 require(__dirname).test({ xml : "<r><![CDATA[ this is character data ]]></r>", expect : [ ["opentag", {"name": "R","attributes": {}}], ["opencdata", undefined], ["cdata", " this is character data "], ["closecdata", undefined], ["closetag", "R"] ] });