mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Merge pull request #7875 from NativeScript/escape-amp-in-tests-release
Escape amp in tests release
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