aspnetcore/test/Microsoft.AspNetCore.Razor..../Legacy
Ajay Bhargav Baaskaran 27a9991f21
Auto generate CSharp syntax tree nodes (#2550)
* Auto generate CSharp syntax tree nodes
- Auto generated syntax nodes, visitors and factories
- Renamed RazorComment to RazorCommentLiteral to avoid a conflict
- Modified the Visit() contract
- Added new SyntaxKinds
- Regenerated baselines
2018-08-21 14:20:33 -07:00
..
BaselineWriter.cs
BlockTest.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
CSharpAutoCompleteTest.cs
CSharpBlockTest.cs
CSharpCodeParserTest.cs
CSharpDirectivesTest.cs
CSharpErrorTest.cs
CSharpExplicitExpressionTest.cs
CSharpImplicitExpressionTest.cs
CSharpLanguageCharacteristicsTest.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs
CSharpReservedWordsTest.cs
CSharpSectionTest.cs
CSharpSpecialBlockTest.cs
CSharpStatementTest.cs
CSharpTemplateTest.cs
CSharpToMarkupSwitchTest.cs
CSharpTokenizerCommentTest.cs Auto generate CSharp syntax tree nodes (#2550) 2018-08-21 14:20:33 -07:00
CSharpTokenizerIdentifierTest.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
CSharpTokenizerLiteralTest.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
CSharpTokenizerOperatorsTest.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
CSharpTokenizerTest.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
CSharpTokenizerTestBase.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
CSharpVerbatimBlockTest.cs
CSharpWhitespaceHandlingTest.cs
CodeBlockEditHandlerTest.cs
CodeParserTestBase.cs
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
DirectiveCSharpTokenizerTest.cs Auto generate CSharp syntax tree nodes (#2550) 2018-08-21 14:20:33 -07:00
DirectiveHtmlTokenizerTest.cs Auto generate CSharp syntax tree nodes (#2550) 2018-08-21 14:20:33 -07:00
DisposableActionTest.cs
HtmlAttributeTest.cs
HtmlBlockTest.cs
HtmlDocumentTest.cs
HtmlErrorTest.cs
HtmlMarkupParserTests.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
HtmlTagsTest.cs
HtmlToCodeSwitchTest.cs
HtmlTokenizerTest.cs Auto generate CSharp syntax tree nodes (#2550) 2018-08-21 14:20:33 -07:00
HtmlTokenizerTestBase.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
ImplicitExpressionEditHandlerTest.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
LineTrackingStringBufferTest.cs
MarkupParserTestBase.cs
RazorParserTest.cs
SourceLocationTrackerTest.cs
SpanTest.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
TagHelperBlockRewriterTest.cs
TagHelperBlockTest.cs
TagHelperParseTreeRewriterTest.cs
TagHelperRewritingTestBase.cs
TextReaderExtensionsTest.cs
TokenizerLookaheadTest.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
TokenizerTestBase.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
WhiteSpaceRewriterTest.cs