Initial infrastrucure for a better html parser - Added new syntax node types that follow Roslyn's red/green pattern - Modified the html text node in the current syntax tree to use the new nodes - Updated test infrastructure - Generated baselines |
||
|---|---|---|
| .. | ||
| CSharpAutoCompleteTest | ||
| CSharpBlockTest | ||
| CSharpDirectivesTest | ||
| CSharpErrorTest | ||
| CSharpExplicitExpressionTest | ||
| CSharpImplicitExpressionTest | ||
| CSharpNestedStatementsTest | ||
| CSharpRazorCommentsTest | ||
| CSharpReservedWordsTest | ||
| CSharpSectionTest | ||
| CSharpSpecialBlockTest | ||
| CSharpStatementTest | ||
| CSharpTemplateTest | ||
| CSharpToMarkupSwitchTest | ||
| CSharpVerbatimBlockTest | ||
| CSharpWhitespaceHandlingTest | ||
| HtmlAttributeTest | ||
| HtmlBlockTest | ||
| HtmlDocumentTest | ||
| HtmlErrorTest | ||
| HtmlTagsTest | ||
| HtmlToCodeSwitchTest | ||
| TagHelperBlockRewriterTest | ||
| TagHelperParseTreeRewriterTest | ||
| WhiteSpaceRewriterTest | ||