blob: e3362bc8d51e25b1557cc477b4b22330f4cb6566 [file] [log] [blame]
require(__dirname).test({
expect : [
["opentag", {"name": "R","attributes": {}, "isSelfClosing": false}],
["opencdata", undefined],
["cdata", " this is character data  "],
["closecdata", undefined],
["closetag", "R"]
]
}).write("<r><![CDATA[ this is ").write("character data  ").write("]]></r>").close();