Files
NativeScript/tests/app/xml-declaration/errors/non-existing-element.xml
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

14 lines
526 B
XML

<Page shownModally="onShownModally">
<StackLayout>
<!--
At first I was going to put "MenuItem",
as per https://github.com/NativeScript/NativeScript/issues/501,
but then again we may re-introduce "MenuItem" in future and blow this test up.
So here is something unique that has better chance not to appear.
This comment also offsets error's row and column numbers so if you edit,
please do so beyond the unicorn.
-->
<Unicorn backgroundColor="pink" />
<Label text="Modal Page" />
</StackLayout>
</Page>