aspnetcore/test/Microsoft.AspNetCore.Blazor...
Ryan Nowak fd5426943f Merge sibling nodes during markup block rewrite
This change adds the ability to merge sibling nodes when possible during
markup block rewriting. We retain that invariant that each markup block
is a valid chunk of markup containing properly nested tags.

We still haven't done any work to remove whitespace yet, so most of the
cases where this comes into play right now will merge an element with
its surrounding whitespace.
2018-08-13 11:17:11 -07:00
..
Razor Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
TestFiles Merge sibling nodes during markup block rewrite 2018-08-13 11:17:11 -07:00
BindRazorIntegrationTest.cs
BootJsonWriterTest.cs Make index.html static again (#1123) 2018-07-13 09:49:34 +01:00
ComponentDiscoveryRazorIntegrationTest.cs
ComponentRenderingRazorIntegrationTest.cs Merge sibling nodes during markup block rewrite 2018-08-13 11:17:11 -07:00
DeclarationRazorIntegrationTest.cs
DesignTimeCodeGenerationTest.cs Fix #1169 ignore DOCTYPE 2018-07-23 17:42:47 -07:00
DiagnosticRazorIntegrationTest.cs
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
Microsoft.AspNetCore.Blazor.Build.Test.csproj Use $(TargetDir) instead of $(ProjectDir)$(OutputPath) 2018-08-06 16:48:36 -07:00
RazorBaselineIntegrationTestBase.cs
RazorIntegrationTestBase.cs Add more struct readonlyness hints 2018-06-06 11:49:55 +01:00
RenderingRazorIntegrationTest.cs Merge sibling nodes during markup block rewrite 2018-08-13 11:17:11 -07:00
RuntimeCodeGenerationTest.cs Reenable markup blocks (#1286) 2018-08-10 16:29:39 -07:00
RuntimeDependenciesResolverTest.cs Initial debugger support 2018-07-06 11:56:21 +01:00
TypingTest.cs Fix #1068 2018-07-05 11:28:54 -07:00
WorkingDirectoryRazorIntegrationTest.cs