aspnetcore/test/Microsoft.AspNetCore.Razor..../TestFiles/ParserTests
Ajay Bhargav Baaskaran 9a9931d59f
Initial infrastrucure for a better html parser (#2522)
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
2018-08-13 11:26:24 -07:00
..
CSharpAutoCompleteTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
CSharpBlockTest
CSharpDirectivesTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
CSharpErrorTest
CSharpExplicitExpressionTest
CSharpImplicitExpressionTest
CSharpNestedStatementsTest
CSharpRazorCommentsTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
CSharpReservedWordsTest
CSharpSectionTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
CSharpSpecialBlockTest
CSharpStatementTest
CSharpTemplateTest
CSharpToMarkupSwitchTest
CSharpVerbatimBlockTest
CSharpWhitespaceHandlingTest
HtmlAttributeTest
HtmlBlockTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
HtmlDocumentTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
HtmlErrorTest
HtmlTagsTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
HtmlToCodeSwitchTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
TagHelperBlockRewriterTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
TagHelperParseTreeRewriterTest Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
WhiteSpaceRewriterTest