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 Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
BlockFactory.cs Track `TagHelperAttribute` quotes. 2016-05-27 12:28:33 -07:00
BlockTypes.cs Track `TagHelperAttribute` quotes. 2016-05-27 12:28:33 -07:00
CodeParserTestBase.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CsHtmlCodeParserTestBase.cs Move more classes into Internal namespaces. 2016-06-13 13:53:14 -07:00
CsHtmlMarkupParserTestBase.cs Move more classes into Internal namespaces. 2016-06-13 13:53:14 -07:00
ErrorCollector.cs Move more classes into Internal namespaces. 2016-06-13 13:53:14 -07:00
MarkupParserTestBase.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
ParserTestBase.cs Track `TagHelperAttribute` quotes. 2016-05-27 12:28:33 -07:00
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