aspnetcore/test/Microsoft.AspNetCore.Razor..../Legacy
Ajay Bhargav Baaskaran 18ce7f07ac Moved CSharpTokenizer errors out of legacy diagnostic 2017-12-18 11:51:08 -08:00
..
BaselineWriter.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
BlockTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
CSharpAutoCompleteTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpBlockTest.cs Moved CSharpTokenizer errors out of legacy diagnostic 2017-12-18 11:51:08 -08:00
CSharpDirectivesTest.cs Moved CSharpTokenizer errors out of legacy diagnostic 2017-12-18 11:51:08 -08:00
CSharpErrorTest.cs Moved CSharpTokenizer errors out of legacy diagnostic 2017-12-18 11:51:08 -08:00
CSharpExplicitExpressionTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpImplicitExpressionTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpLanguageCharacteristicsTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
CSharpNestedStatementsTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpRazorCommentsTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpReservedWordsTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpSectionTest.cs Use DefaultRazorDiagnostic in DefaultDirectiveSyntaxTreePass 2017-12-14 16:35:13 -08:00
CSharpSpecialBlockTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpStatementTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpTemplateTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpToMarkupSwitchTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpTokenizerCommentTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
CSharpTokenizerIdentifierTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
CSharpTokenizerLiteralTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
CSharpTokenizerOperatorsTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
CSharpTokenizerTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
CSharpTokenizerTestBase.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
CSharpVerbatimBlockTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CSharpWhitespaceHandlingTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CodeParserTestBase.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CsHtmlCodeParserTestBase.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
CsHtmlMarkupParserTestBase.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
DirectiveCSharpTokenizerTest.cs [Fixes #1195] Add a way to parse just until the first directive 2017-04-13 15:02:17 -07:00
DirectiveHtmlTokenizerTest.cs [Fixes #1195] Add a way to parse just until the first directive 2017-04-13 15:02:17 -07:00
DisposableActionTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
ExceptionHelpers.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
HtmlAttributeTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
HtmlBlockTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
HtmlDocumentTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
HtmlErrorTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
HtmlParserTestUtils.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
HtmlTagsTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
HtmlToCodeSwitchTest.cs Split the functions/section/inherits directives 2017-06-13 18:05:34 -07:00
HtmlTokenizerTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
HtmlTokenizerTestBase.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
LineTrackingStringBufferTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
MarkupParserTestBase.cs Split the functions/section/inherits directives 2017-06-13 18:05:34 -07:00
MiscUtils.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
RazorErrorTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
RazorParserTest.cs Link syntax tree Span nodes 2017-10-10 13:07:27 -07:00
SourceLocationTrackerTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
SpanTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
TagHelperBlockRewriterTest.cs Moved CSharpTokenizer errors out of legacy diagnostic 2017-12-18 11:51:08 -08:00
TagHelperBlockTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
TagHelperParseTreeRewriterTest.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
TagHelperRewritingTestBase.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
TextReaderExtensionsTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
TokenizerLookaheadTest.cs Make ErrorSink and Tokenizer depend on RazorDiagnostic instead of RazorError 2017-12-14 18:32:58 -08:00
TokenizerTestBase.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00
WhiteSpaceRewriterTest.cs Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:04 -07:00