OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / expected_dir / click_me.xaml
1 xaml    comment <!-- Click me -->
2 xaml    code    <Page
3 xaml    code      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xaml    code      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 xaml    code      x:Class="MyNamespace.MyPageCode">
6 xaml    code      <Button Click="ClickHandler" >Click Me!</Button>
7 xaml    code    </Page>