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
..
BaseTagHelperDescriptorProviderTest.cs
BindTagHelperDescriptorProviderTest.cs
ComponentDocumentRewritePassTest.cs
ComponentTagHelperDescriptorProviderTest.cs
EventHandlerTagHelperDescriptorProviderTest.cs Fix #954 - use weak typing for 'event handlers' 2018-07-05 09:15:01 -07:00
HtmlBlockPassTest.cs Merge sibling nodes during markup block rewrite 2018-08-13 11:17:11 -07:00
Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj
NodeAssert.cs
RefTagHelperDescriptorProviderTest.cs
xunit.runner.json