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 Generate and verify baselines for ClassifiedSpans and TagHelperSpans 2018-07-17 10:54:42 -07:00
TagHelperSpan Generate and verify baselines for ClassifiedSpans and TagHelperSpans 2018-07-17 10:54:42 -07:00
BlockFactory.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
BlockTypes.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
ErrorCollector.cs
IntializeTestFileAttribute.cs First step in converting parser tests to use baselines 2018-06-19 15:57:05 -07:00
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 First step in converting parser tests to use baselines 2018-06-19 15:57:05 -07:00
SyntaxTreeNodeVerifier.cs Use correct newline string when splitting baselines 2018-06-25 14:38:15 -07:00
SyntaxTreeNodeWalker.cs First step in converting parser tests to use baselines 2018-06-19 15:57:05 -07:00
SyntaxTreeNodeWriter.cs Initial infrastrucure for a better html parser (#2522) 2018-08-13 11:26:24 -07:00
TestSpanBuilder.cs Renamed symbol to token everywhere 2018-07-06 16:29:36 -07:00