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. |
||
|---|---|---|
| .. | ||
| BaseTagHelperDescriptorProviderTest.cs | ||
| BindTagHelperDescriptorProviderTest.cs | ||
| ComponentDocumentRewritePassTest.cs | ||
| ComponentTagHelperDescriptorProviderTest.cs | ||
| EventHandlerTagHelperDescriptorProviderTest.cs | ||
| HtmlBlockPassTest.cs | ||
| Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj | ||
| NodeAssert.cs | ||
| RefTagHelperDescriptorProviderTest.cs | ||
| xunit.runner.json | ||