aspnetcore/test/Microsoft.AspNetCore.Razor..../Parser
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
..
Internal Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
SyntaxTree Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
TagHelpers Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
CSharpAutoCompleteTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpBlockTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpDirectivesTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpErrorTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpExplicitExpressionTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpImplicitExpressionTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpNestedStatementsTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpRazorCommentsTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpReservedWordsTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpSectionTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpSpecialBlockTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpStatementTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpTemplateTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpToMarkupSwitchTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpVerbatimBlockTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
CSharpWhitespaceHandlingTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
DisposableActionTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
HtmlToCodeSwitchTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
ParserContextTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
ParserVisitorExtensionsTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
RazorParserTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
TextReaderExtensionsTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00
WhitespaceRewriterTest.cs Update tests to follow developer guidelines. 2016-06-21 12:08:50 -07:00