mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Fix tslint errors
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user