aspnetcore/test/Microsoft.AspNet.Razor.Test/CodeGenerators
N. Taylor Mullen 7239eb015c Add support for data bound symbols as attribute names.
- Took the HTML5 spec approach of disallowing specific characters and accepting all others.
- Added several parser and code generation tests to cover both `TagHelper` and non-`TagHelper` variations of symbol bound attribute names.

#137
2015-09-22 16:12:37 -07:00
..
AddImportChunkGeneratorTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CSharpCodeGeneratorTest.cs Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
CSharpCodeWriterTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CSharpLineMappingWriterTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CSharpPaddingBuilderTests.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CSharpRazorChunkGeneratorTest.cs Change HTML in nested C# blocks to properly handle dots. 2015-09-07 19:18:09 -07:00
CSharpTagHelperRenderingTest.cs Add support for data bound symbols as attribute names. 2015-09-22 16:12:37 -07:00
CSharpTagHelperRenderingUnitTest.cs [Fixes #441] Removed constructors from TagHelperAttributeDescriptor and 2015-08-16 18:09:07 -07:00
CodeGenTestCodeGenerator.cs Making CreateCodeWriter protected so that it can be overridden in Mvc. 2015-06-30 14:51:23 -07:00
CodeGenTestHost.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CodeWriterTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
DynamicAttributeBlockChunkGeneratorTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
LineMappingTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
RazorChunkGeneratorTest.cs Remove ~/ handling from core Razor. 2015-07-31 15:55:29 -07:00
RazorCommentChunkGeneratorTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
TabTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
TagHelperAttributeValueCodeRendererTest.cs [Fixes #441] Removed constructors from TagHelperAttributeDescriptor and 2015-08-16 18:09:07 -07:00
TagHelperTestBase.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
TestSpan.cs Making HashCodeCombiner usage non-fluent 2015-09-21 14:46:07 -07:00