aspnetcore/test/Microsoft.AspNet.Razor.Test/Framework
N. Taylor Mullen deaf2dc828 Enable `TagHelper`s to properly flatten to enable partial parsing.
- `TagHelper`s used to not flatten correctly resulting in inconsistent start locations for `SyntaxTreeNode`s following/within `TagHelper`s.
- This change indirectly corrected bad indentation that existed in generated C#.
- Added a test to validate `TreesAreDifferent` returns expected behavior when modifying content inside of `TagHelper`.
- Added `TagHelperBlock` `Flatten` test.

#553
2015-10-16 15:57:37 -07:00
..
BlockExtensions.cs
BlockFactory.cs Enable `TagHelper`s to properly flatten to enable partial parsing. 2015-10-16 15:57:37 -07:00
BlockTypes.cs Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
CodeParserTestBase.cs
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
ErrorCollector.cs
MarkupParserTestBase.cs
ParserTestBase.cs Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
RawTextSymbol.cs `throw new ArgumentNullException(...)` -> `[NotNull]` 2015-05-06 14:21:05 -07:00
TestSpanBuilder.cs Fix C# design time projections for complex TagHelper attributes. 2015-06-25 10:27:03 -07:00