4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-19 02:17:04 +08:00
2016-02-24 09:50:07 -08:00

16 lines
287 B
JavaScript

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();