aspnetcore/test
N. Taylor Mullen f31b45d84a Enable TagHelper directives to handle malformed text.
- Prior to this change we'd try to substring a TagHelper directive with length 1 but our substring call would be for -1 (explosions).
- Added tests to validate that `@tagHelperPrefix`, `@removeTagHelper` and `@addTagHelper` all behave properly when they have malformed quotes.

#1242
2017-04-20 11:43:38 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test react to removal of PlatformAbstractions (#1243) 2017-04-20 09:30:59 -07:00
Microsoft.AspNetCore.Razor.Language.Test Enable TagHelper directives to handle malformed text. 2017-04-20 11:43:38 -07:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test
RazorPageGenerator.Test