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">
|
||||
<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