mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
lint error fixed
This commit is contained in:
@ -332,7 +332,6 @@ export function test_parse_ShouldParseLowerCaseDashedComponentDeclaration() {
|
|||||||
TKUnit.assert(ctrl.getChildAt(1) instanceof segmentedBar.SegmentedBar, "Expected result: Label!; Actual result: " + ctrl.getChildAt(0));
|
TKUnit.assert(ctrl.getChildAt(1) instanceof segmentedBar.SegmentedBar, "Expected result: Label!; Actual result: " + ctrl.getChildAt(0));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
export function test_parse_ShouldParseCustomComponentWithoutXml() {
|
export function test_parse_ShouldParseCustomComponentWithoutXml() {
|
||||||
var p = <page.Page>builder.parse('<Page xmlns:customControls="xml-declaration/mymodule"><customControls:MyControl /></Page>');
|
var p = <page.Page>builder.parse('<Page xmlns:customControls="xml-declaration/mymodule"><customControls:MyControl /></Page>');
|
||||||
var ctrl = p.content;
|
var ctrl = p.content;
|
||||||
|
Reference in New Issue
Block a user