aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser
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
..
CSharp
Html Add support for data bound symbols as attribute names. 2015-09-22 16:12:37 -07:00
PartialParsing
BlockTest.cs
CallbackParserListenerTest.cs
ParserContextTest.cs
ParserVisitorExtensionsTest.cs
RazorParserTest.cs
TagHelperBlockTest.cs Enable `TagHelper`s to properly flatten to enable partial parsing. 2015-10-16 15:57:37 -07:00
WhitespaceRewriterTest.cs