aspnetcore/test/Microsoft.AspNetCore.Blazor...
Ryan Nowak 4f51d90157 Fix #1399 - crash on start-end syntax for void element
We weren't correctly recovering when a void element is written as a
start-end pair. This change cleans up some of the plumbing around
end-tag handling and adds recognition for this case.

Added a new bespoke diagnostic for the void element case.
2018-09-21 12:54:44 -07:00
..
Razor Add Type Inference for Generic-Typed Components 2018-09-20 12:19:26 -07:00
TestFiles Add Type Inference for Generic-Typed Components 2018-09-20 12:19:26 -07:00
BindRazorIntegrationTest.cs
BootJsonWriterTest.cs
ChildContentRazorIntegrationTest.cs
CodeGenerationTestBase.cs Add Type Inference for Generic-Typed Components 2018-09-20 12:19:26 -07:00
ComponentDiscoveryRazorIntegrationTest.cs
ComponentRenderingRazorIntegrationTest.cs
DeclarationRazorIntegrationTest.cs
DesignTimeCodeGenerationTest.cs
DiagnosticRazorIntegrationTest.cs Fix #1399 - crash on start-end syntax for void element 2018-09-21 12:54:44 -07:00
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
GenericComponentRazorIntegrationTest.cs Add Type Inference for Generic-Typed Components 2018-09-20 12:19:26 -07:00
Microsoft.AspNetCore.Blazor.Build.Test.csproj
RazorBaselineIntegrationTestBase.cs
RazorIntegrationTestBase.cs
RenderingRazorIntegrationTest.cs
RuntimeCodeGenerationTest.cs
RuntimeDependenciesResolverTest.cs
TemplateRazorIntegrationTest.cs
TypingTest.cs
WorkingDirectoryRazorIntegrationTest.cs