aspnetcore/test/Microsoft.AspNet.Razor.Test/CodeGenerators
N. Taylor Mullen fb6a08d5de Allow `TagHelper`s inside of text/html typed script tags.
- To limit the impact of the change ensured that we only do extra work in the case that we detect a script tag with a `type` attribute.
- The parsing changes include normal HTML parsing behaviors when we detect that a script tag has a `type` attribute with value `text/html`.
- Added unit and code generation tests to validate `text/html` script tag behavior.

#502
2015-09-17 21:14:40 -07:00
..
AddImportChunkGeneratorTest.cs
CSharpCodeGeneratorTest.cs
CSharpCodeWriterTest.cs
CSharpLineMappingWriterTest.cs
CSharpPaddingBuilderTests.cs
CSharpRazorChunkGeneratorTest.cs Change HTML in nested C# blocks to properly handle dots. 2015-09-07 19:18:09 -07:00
CSharpTagHelperRenderingTest.cs Allow `TagHelper`s inside of text/html typed script tags. 2015-09-17 21:14:40 -07:00
CSharpTagHelperRenderingUnitTest.cs [Fixes #441] Removed constructors from TagHelperAttributeDescriptor and 2015-08-16 18:09:07 -07:00
CodeGenTestCodeGenerator.cs
CodeGenTestHost.cs
CodeWriterTest.cs
DynamicAttributeBlockChunkGeneratorTest.cs
LineMappingTest.cs
RazorChunkGeneratorTest.cs
RazorCommentChunkGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs [Fixes #441] Removed constructors from TagHelperAttributeDescriptor and 2015-08-16 18:09:07 -07:00
TagHelperTestBase.cs
TestSpan.cs