[Xaml] require escaping curly braces (#4723)
authorStephane Delcroix <stephane@delcroix.org>
Wed, 19 Dec 2018 15:14:21 +0000 (16:14 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Dec 2018 15:14:21 +0000 (16:14 +0100)
commit6753ace40e68f8aa6d45eefa90117f5650984c6f
tree516c936b6c4d2dc7467961255a7716278af70e69
parentc8cf3ba9edbc50bd2933515af39812949380d034
[Xaml] require escaping curly braces (#4723)

This is a breaking change as we weren't throwing errors on that before.

- fixes #2756
Xamarin.Forms.Controls/GalleryPages/CollectionViewGalleries/EmptyViewGalleries/EmptyViewTemplateGallery.xaml
Xamarin.Forms.Xaml.UnitTests/Issues/Gh2756.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Gh2756.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Gh3539.xaml
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1438.xaml
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1549.cs
Xamarin.Forms.Xaml.UnitTests/MarkupExpressionParserTests.cs
Xamarin.Forms.Xaml/MarkupExpressionParser.cs
Xamarin.Forms.Xaml/MarkupExtensionParser.cs