aspnetcore/test/Microsoft.AspNetCore.Razor..../Language/Legacy
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
..
ClassifiedSpan
TagHelperSpan
BlockFactory.cs
BlockTypes.cs
ErrorCollector.cs
IntializeTestFileAttribute.cs
ParserTestBase.cs Rename parser tests to have shorter names 2018-07-19 15:22:30 -07:00
RawTextToken.cs Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
SyntaxTreeNodeSerializer.cs
SyntaxTreeNodeVerifier.cs
SyntaxTreeNodeWalker.cs
SyntaxTreeNodeWriter.cs Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
TestSpanBuilder.cs