- 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 |
||
|---|---|---|
| .. | ||
| AddImportChunkGeneratorTest.cs | ||
| CSharpCodeGeneratorTest.cs | ||
| CSharpCodeWriterTest.cs | ||
| CSharpLineMappingWriterTest.cs | ||
| CSharpPaddingBuilderTests.cs | ||
| CSharpRazorChunkGeneratorTest.cs | ||
| CSharpTagHelperRenderingTest.cs | ||
| CSharpTagHelperRenderingUnitTest.cs | ||
| CodeGenTestCodeGenerator.cs | ||
| CodeGenTestHost.cs | ||
| CodeWriterTest.cs | ||
| DynamicAttributeBlockChunkGeneratorTest.cs | ||
| LineMappingTest.cs | ||
| RazorChunkGeneratorTest.cs | ||
| RazorCommentChunkGeneratorTest.cs | ||
| TabTest.cs | ||
| TagHelperAttributeValueCodeRendererTest.cs | ||
| TagHelperTestBase.cs | ||
| TestSpan.cs | ||