aspnetcore/test
Doug Bunting 44f0aa63c6 Do not HTML encode while checking for whitespace
- #760
- using a `NullHtmlEncoder` improves `TagHelperContent.IsEmptyOrWhiteSpace` semantics
 - e.g. a tab is still a tab after encoding
 - also avoids `NotImplementedException`
- implement `Write(char)` for char-by-char `IHtmlContent` corner case
2016-05-31 22:09:19 -07:00
..
Microsoft.AspNetCore.Razor.Runtime.Test Do not HTML encode while checking for whitespace 2016-05-31 22:09:19 -07:00
Microsoft.AspNetCore.Razor.Test