aspnetcore/test/Microsoft.AspNetCore.Razor..../CodeGenerators
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
..
AddImportChunkGeneratorTest.cs
CSharpCodeGeneratorTest.cs
CSharpCodeWriterTest.cs
CSharpLineMappingWriterTest.cs
CSharpPaddingBuilderTests.cs
CSharpRazorChunkGeneratorTest.cs
CSharpTagHelperRenderingTest.cs Track `TagHelperAttribute` quotes. 2016-05-27 12:28:33 -07:00
CSharpTagHelperRenderingUnitTest.cs Track `TagHelperAttribute` quotes. 2016-05-27 12:28:33 -07:00
CodeGenTestCodeGenerator.cs
CodeGenTestHost.cs
CodeWriterTest.cs
DynamicAttributeBlockChunkGeneratorTest.cs
LineMappingTest.cs
RazorChunkGeneratorTest.cs
RazorCommentChunkGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs Migrate tests, tools and samples to portable 2016-04-14 15:07:34 -07:00
TagHelperTestBase.cs Code Cleanup 2016-02-18 12:04:32 -08:00
TestSpan.cs