aspnetcore/test/Microsoft.AspNetCore.Razor..../Framework
N. Taylor Mullen 8d7c51bd60 Change TagHelpers to work in partial parsing.
- Prior to this change any query for ownership within a TagHelper would never succeed.
- TagHelpers structure can be influenced greatly by changes to the tags start/end body; therefore, only allowed modifications to TagHelper attribute values to avoid complexity and enable the more widespread scenario of a user typing C# code in an attribute value.
- Updated existing tests to reflect the new edit handlers that were added to TagHelper attributes.
- Added partial parsing tests to verify partial parses succeed/fail when expected.

#792
2016-08-15 16:15:41 -07:00
..
BlockExtensions.cs
BlockFactory.cs
BlockTypes.cs
CodeParserTestBase.cs
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
ErrorCollector.cs
MarkupParserTestBase.cs
ParserTestBase.cs
RawTextSymbol.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
TestSpanBuilder.cs Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00