aspnetcore/test/Microsoft.AspNet.Razor.Test/CodeGenerators
N. Taylor Mullen 465ff9713d Add ability for `TagHelper`s to specify restricted children.
- Specifying the `RestrictChildrenAttribute` enables `TagHelper`s to only allow other `TagHelper`s targeting specified names to be in the children.
- Used the `null` value to indicate that `AllowedChildren` was not specified and therefore everything is allowed. This is the default.
- Added name verification to name values to ensure that no bad values pass through the system.
- Added parsing tests to validate a mixture of content generates errors when expected.

#255
2015-08-14 23:13:57 -07:00
..
AddImportChunkGeneratorTest.cs
CSharpCodeGeneratorTest.cs
CSharpCodeWriterTest.cs
CSharpLineMappingWriterTest.cs
CSharpPaddingBuilderTests.cs
CSharpRazorChunkGeneratorTest.cs Remove ~/ handling from core Razor. 2015-07-31 15:55:29 -07:00
CSharpTagHelperRenderingTest.cs Add ability for `TagHelper`s to specify restricted children. 2015-08-14 23:13:57 -07:00
CSharpTagHelperRenderingUnitTest.cs Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
CodeGenTestCodeGenerator.cs
CodeGenTestHost.cs
CodeWriterTest.cs
DynamicAttributeBlockChunkGeneratorTest.cs
LineMappingTest.cs
RazorChunkGeneratorTest.cs Remove ~/ handling from core Razor. 2015-07-31 15:55:29 -07:00
RazorCommentChunkGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs Add ability for `TagHelper`s to specify restricted children. 2015-08-14 23:13:57 -07:00
TagHelperTestBase.cs
TestSpan.cs