summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz40906.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/Issues/Bz40906.xaml')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Issues/Bz40906.xaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz40906.xaml b/Xamarin.Forms.Xaml.UnitTests/Issues/Bz40906.xaml
deleted file mode 100644
index cb280fcb..00000000
--- a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz40906.xaml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Xamarin.Forms.Xaml.UnitTests.Bz40906">
- <Label x:Name="label0">
- <![CDATA[Foo]]>
- </Label>
- <Label x:Name="label1">
- <![CDATA[Foo]]>Bar<![CDATA[>><<]]>
- </Label>
-</ContentPage>