4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-18 09:57:03 +08:00
2017-04-02 17:11:17 -05: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();