aspnetcore/test/Microsoft.AspNet.Razor.Test/Generator/CodeTree
N. Taylor Mullen f8020e8e85 Make @addtaghelper directive not be nested.
- Whenever we encounter an @addtaghelper directive we add it to the CodeTree at the top level (not nested in any chunk blocks).
- Added a test to validate that @addtaghelper inside of a ChunkBlock doesn't add to the ChunkBlock's children.

#195.
2014-10-15 12:10:27 -07:00
..
CSharpCodeBuilderTests.cs
CSharpPaddingBuilderTests.cs Add tests to validate TagHelperDescriptorResolver. 2014-10-09 12:57:52 -07:00
ChunkVisitorTests.cs
CodeTreeBuilderTest.cs Make @addtaghelper directive not be nested. 2014-10-15 12:10:27 -07:00
CodeTreeGenerationTest.cs