Browse Source

extend test case to check inline markup extension syntax as well

pull/402/head
Siegfried Pammer 12 years ago
parent
commit
a90cf65cad
  1. 2
      ILSpy.BamlDecompiler/Tests/Cases/MarkupExtension.xaml

2
ILSpy.BamlDecompiler/Tests/Cases/MarkupExtension.xaml

@ -1,4 +1,4 @@
<Label xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <Label DataContext="{Binding Blub}" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Label.Style> <Label.Style>
<Style /> <Style />
</Label.Style> </Label.Style>

Loading…
Cancel
Save