Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion committed Nov 14, 2015
1 parent 2635d4c commit ac8ed67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -49,7 +49,7 @@ describe('node-weixin-util node module', function () {
d: 1,
c: 'd',
1: 'hello',

n: ''
};
var result = nodeWeixinUtil.toXml(params);
assert.equal(true, result === '<xml><1><![CDATA[hello]]></1><a><![CDATA[b]]></a><d>1</d><c><![CDATA[d]]></c></xml>');
Expand Down

0 comments on commit ac8ed67

Please sign in to comment.