- `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 |
||
|---|---|---|
| .. | ||
| CSharp | ||
| Html | ||
| PartialParsing | ||
| BlockTest.cs | ||
| CallbackParserListenerTest.cs | ||
| ParserContextTest.cs | ||
| ParserVisitorExtensionsTest.cs | ||
| RazorParserTest.cs | ||
| TagHelperBlockTest.cs | ||
| WhitespaceRewriterTest.cs | ||