aspnetcore/test/Microsoft.AspNet.Razor.Test/CodeGenerators
N. Taylor Mullen 0c95315500 Update tests to not require quotes for TH directives.
- Updated .cshtml files to not provide quotes for the various `TagHelper` directives.
- Updated `TagHelper` directive parsing tests. This also involved removing several tests that expected errors which no longer occur since we don't have to ensure quotes are balanced.
- Updated line mappings which significantly changed due to us no longer generating line pragmas at design time for `TagHelper` directives.

#561
2015-11-06 12:19:40 -08:00
..
AddImportChunkGeneratorTest.cs
CSharpCodeGeneratorTest.cs
CSharpCodeWriterTest.cs
CSharpLineMappingWriterTest.cs
CSharpPaddingBuilderTests.cs
CSharpRazorChunkGeneratorTest.cs
CSharpTagHelperRenderingTest.cs Update tests to not require quotes for TH directives. 2015-11-06 12:19:40 -08:00
CSharpTagHelperRenderingUnitTest.cs Rename `Microsoft.AspNet.Razor.Runtime.TagHelpers`. 2015-10-22 10:45:43 -07:00
CodeGenTestCodeGenerator.cs
CodeGenTestHost.cs
CodeWriterTest.cs
DynamicAttributeBlockChunkGeneratorTest.cs
LineMappingTest.cs
RazorChunkGeneratorTest.cs
RazorCommentChunkGeneratorTest.cs Rename `Microsoft.AspNet.Razor.TagHelpers`. 2015-10-22 10:25:19 -07:00
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs Removed `TagHelper` infrastructure `using` statements. 2015-10-29 16:23:38 -07:00
TagHelperTestBase.cs Rename `Microsoft.AspNet.Razor.TagHelpers`. 2015-10-22 10:25:19 -07:00
TestSpan.cs