fix x2js/xml2json-tests.ts

This commit is contained in:
vvakame 2014-10-07 15:04:23 +09:00
parent d7eda75d53
commit 91a0e6ae86

View File

@ -218,8 +218,8 @@ console.log(xmlDocStr);
var xmlDocStr = x2js.json2xml_str(
{
MyRoot: {
MyNullChild: null,
MyNullChild2: undefined,
MyNullChild: <any>null,
MyNullChild2: <any>undefined,
MyAnotherChild: 10,
MyEmptyChild: {
_attr: "test"