mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fix x2js/xml2json-tests.ts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user