-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into namespace-suggestions
- Loading branch information
Showing
11 changed files
with
293 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 0 additions & 103 deletions
103
tests/CompletionEngineTests/Manipulator/XmlParserTests.cs
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
tests/CompletionEngineTests/Parsing/Fragemts/Should_GetParentTagName_At_Level_One_Level.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<Window xmlns="https://github.com/avaloniaui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:vm="using:ACTest.ViewModels" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:l="using:ACTest" | ||
xmlns:v="using:ACTest.Views" | ||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" | ||
x:Class="ACTest.Views.MainWindow" | ||
Icon="/Assets/avalonia-logo.ico" | ||
Title="ACTest"> | ||
|
||
</Window> |
14 changes: 14 additions & 0 deletions
14
...onEngineTests/Parsing/Fragemts/Should_GetParentTagName_At_Level_One_Level_WithComment.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<Window xmlns="https://github.com/avaloniaui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:vm="using:ACTest.ViewModels" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:l="using:ACTest" | ||
xmlns:v="using:ACTest.Views" | ||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" | ||
x:Class="ACTest.Views.MainWindow" | ||
Icon="/Assets/avalonia-logo.ico" | ||
Title="ACTest"> | ||
<!--Start Here--> | ||
|
||
</Window> |
17 changes: 17 additions & 0 deletions
17
...ionEngineTests/Parsing/Fragemts/Should_GetParentTagName_At_Level_One_Level_With_CDATA.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<Window xmlns="https://github.com/avaloniaui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:vm="using:ACTest.ViewModels" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:l="using:ACTest" | ||
xmlns:v="using:ACTest.Views" | ||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" | ||
x:Class="ACTest.Views.MainWindow" | ||
Icon="/Assets/avalonia-logo.ico" | ||
Title="ACTest"> | ||
|
||
<![CDATA[ | ||
aaaa | ||
]]> | ||
|
||
</Window> |
14 changes: 14 additions & 0 deletions
14
...nEngineTests/Parsing/Fragemts/Should_GetParentTagName_At_Level_One_Level_With_Comment.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<Window xmlns="https://github.com/avaloniaui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:vm="using:ACTest.ViewModels" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:l="using:ACTest" | ||
xmlns:v="using:ACTest.Views" | ||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" | ||
x:Class="ACTest.Views.MainWindow" | ||
Icon="/Assets/avalonia-logo.ico" | ||
Title="ACTest"> | ||
<!--Start Here--> | ||
|
||
</Window> |
16 changes: 16 additions & 0 deletions
16
tests/CompletionEngineTests/Parsing/Fragemts/Should_GetParentTagName_At_Level_Two_Level.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<Window xmlns="https://github.com/avaloniaui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:vm="using:ACTest.ViewModels" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:l="using:ACTest" | ||
xmlns:v="using:ACTest.Views" | ||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" | ||
x:Class="ACTest.Views.MainWindow" | ||
Icon="/Assets/avalonia-logo.ico" | ||
Title="ACTest"> | ||
|
||
<Window.Styles> | ||
|
||
</Window.Styles> | ||
</Window> |
21 changes: 21 additions & 0 deletions
21
...ionEngineTests/Parsing/Fragemts/Should_GetParentTagName_At_Level_Two_Level_With_CDATA.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<Window xmlns="https://github.com/avaloniaui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:vm="using:ACTest.ViewModels" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:l="using:ACTest" | ||
xmlns:v="using:ACTest.Views" | ||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" | ||
x:Class="ACTest.Views.MainWindow" | ||
Icon="/Assets/avalonia-logo.ico" | ||
Title="ACTest"> | ||
|
||
<Window.Styles> | ||
<![CDATA[ | ||
aaaa | ||
]]> | ||
<Style/> | ||
|
||
</Window.Styles> | ||
|
||
</Window> |
9 changes: 9 additions & 0 deletions
9
...nEngineTests/Parsing/Fragemts/Should_GetParentTagName_At_Level_Two_Level_With_Comment.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Window xmlns="/" | ||
> | ||
<!--Start Here--> | ||
<Window.Styles> | ||
<!--Styles--> | ||
<Style/> | ||
|
||
</Window.Styles> | ||
</Window> |
Oops, something went wrong.