mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
test: escape & in tests (invalid XML)
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<Page loaded="pageLoaded">
|
<Page loaded="pageLoaded">
|
||||||
<StackLayout>
|
<StackLayout>
|
||||||
<TextField id="textField1" text="{{ varTrue && varFalse }}" />
|
<TextField id="textField1" text="{{ varTrue && varFalse }}" />
|
||||||
<TextField id="textField2" text="{{ varTrue || varFalse }}" />
|
<TextField id="textField2" text="{{ varTrue || varFalse }}" />
|
||||||
<TextField id="textField3" text="{{ varTrue && varFalse || varText }}" />
|
<TextField id="textField3" text="{{ varTrue && varFalse || varText }}" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</Page>
|
</Page>
|
||||||
|
Reference in New Issue
Block a user