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">
|
||||
<StackLayout>
|
||||
<TextField id="textField1" text="{{ varTrue && varFalse }}" />
|
||||
<TextField id="textField1" text="{{ varTrue && varFalse }}" />
|
||||
<TextField id="textField2" text="{{ varTrue || varFalse }}" />
|
||||
<TextField id="textField3" text="{{ varTrue && varFalse || varText }}" />
|
||||
<TextField id="textField3" text="{{ varTrue && varFalse || varText }}" />
|
||||
</StackLayout>
|
||||
</Page>
|
||||
|
Reference in New Issue
Block a user