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 Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
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 Update versions to 2.1.0 (rtm) 2018-05-31 20:58:09 -07:00
NodeAssert.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
RefTagHelperDescriptorProviderTest.cs
xunit.runner.json