Fix tslint errors

This commit is contained in:
Hristo Deshev
2015-07-16 09:44:41 +03:00
parent a2ae32dda8
commit c6d7717e35
4 changed files with 1 additions and 7 deletions

View File

@ -22,9 +22,6 @@ describe("xml parser", () => {
});
it("handles whitespace around attribute =", () => {
let attributes = null;
let element = null;
parser.parse("<TextField text = \n 'hello' />");
assert.equal('TextField', last_element);