aspnetcore/test/Microsoft.AspNetCore.Razor..../Framework
N. Taylor Mullen e14f4b095d Track `TagHelperAttribute` quotes.
- Removed `Minimized` from `TagHelperAttribute` and replaced it with `HtmlAttributeValueStyle`.
- Removed `AddMinimizedTagHelperAttribute` method from `TagHelperExecutionContext` since we always provide a `HtmlAttributeValueStyle` now.
- Stopped manually escaping double quotes because we now know how an attribute was originally written.
- Updated tests to account for new attribute format (from kvp).

#705
2016-05-27 12:28:33 -07:00
..
BlockExtensions.cs
BlockFactory.cs Track `TagHelperAttribute` quotes. 2016-05-27 12:28:33 -07:00
BlockTypes.cs Track `TagHelperAttribute` quotes. 2016-05-27 12:28:33 -07:00
CodeParserTestBase.cs
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
ErrorCollector.cs
MarkupParserTestBase.cs
ParserTestBase.cs Track `TagHelperAttribute` quotes. 2016-05-27 12:28:33 -07:00
RawTextSymbol.cs
TestSpanBuilder.cs