fixed attribute

This commit is contained in:
Dolan Miu
2016-04-05 01:49:12 +01:00
parent d197a2c717
commit d4c2b10285
9 changed files with 46 additions and 24 deletions

View File

@ -28,6 +28,7 @@ describe("ThematicBreak", () => {
val: "single",
sz: "6"
};
delete newJson.pBdr[0].bottom[0]._attrs.xmlKeys;
assert(JSON.stringify(newJson.pBdr[0].bottom[0]._attrs) === JSON.stringify(attributes));
});
})