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 Make index.html static again (#1123) 2018-07-13 09:49:34 +01:00
ChildContentRazorIntegrationTest.cs Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
CodeGenerationTestBase.cs Add Type Inference for Generic-Typed Components 2018-09-20 12:19:26 -07:00
ComponentDiscoveryRazorIntegrationTest.cs Add support for generic-typed components (#1417) 2018-09-16 14:01:15 -07:00
ComponentRenderingRazorIntegrationTest.cs Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
DeclarationRazorIntegrationTest.cs
DesignTimeCodeGenerationTest.cs Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
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 Use $(TargetDir) instead of $(ProjectDir)$(OutputPath) 2018-08-06 16:48:36 -07:00
RazorBaselineIntegrationTestBase.cs Add support for generic-typed components (#1417) 2018-09-16 14:01:15 -07:00
RazorIntegrationTestBase.cs
RenderingRazorIntegrationTest.cs Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
RuntimeCodeGenerationTest.cs Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
RuntimeDependenciesResolverTest.cs Initial debugger support 2018-07-06 11:56:21 +01:00
TemplateRazorIntegrationTest.cs Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
TypingTest.cs
WorkingDirectoryRazorIntegrationTest.cs