mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
style(tests): format all files
This commit is contained in:
@@ -144,7 +144,7 @@ export var test_XmlParser_IntegrationTest = function () {
|
||||
};
|
||||
|
||||
export var test_XmlParser_DummyDocumentationTest = function () {
|
||||
|
||||
|
||||
// >> xml-parser-snippet
|
||||
var onEventCallback = function (event: xmlModule.ParserEvent) {
|
||||
switch (event.eventType) {
|
||||
@@ -216,4 +216,4 @@ export function test_MultiParserTemplate() {
|
||||
const view: any = builder.parse(xml);
|
||||
TKUnit.assertNotNull(view.items);
|
||||
TKUnit.assertEqual(view.items.length, 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user