mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
updated cordova-common dependnecy to 1.1.0
This commit is contained in:
10
node_modules/sax/test/cdata.js
generated
vendored
Normal file
10
node_modules/sax/test/cdata.js
generated
vendored
Normal file
@@ -0,0 +1,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"]
|
||||
]
|
||||
});
|
||||
Reference in New Issue
Block a user