aspnetcore/test/Microsoft.AspNetCore.Razor..../Legacy
N. Taylor Mullen 63aceea121 Change TagHelperBlockRewriter's error usage to use RazorDiagnosticFactory.
- Changed `DefaultRazorDiagnostic` to expose a little more information for tests. This info is only available when casted to the `DefaultRazorDiagnostic` type and only available internally.
- Changed parameter order of a `DefaultTagHelperTargetExtension` diagnostic.
- Updated baselines of files in `Razor.Language.Test`.
- Added a new convenience constructor on `SourceSpan`. The ctor is equivalent to calling the class with a SourceLocation.

#1827
2017-12-22 09:38:31 -08:00
..
BaselineWriter.cs
BlockTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
CSharpAutoCompleteTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpBlockTest.cs Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
CSharpDirectivesTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpErrorTest.cs Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
CSharpExplicitExpressionTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpImplicitExpressionTest.cs Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
CSharpLanguageCharacteristicsTest.cs
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
CSharpReservedWordsTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpSectionTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpSpecialBlockTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpStatementTest.cs Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
CSharpTemplateTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpToMarkupSwitchTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpTokenizerCommentTest.cs
CSharpTokenizerIdentifierTest.cs
CSharpTokenizerLiteralTest.cs
CSharpTokenizerOperatorsTest.cs
CSharpTokenizerTest.cs
CSharpTokenizerTestBase.cs
CSharpVerbatimBlockTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpWhitespaceHandlingTest.cs
CodeParserTestBase.cs Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
DirectiveCSharpTokenizerTest.cs
DirectiveHtmlTokenizerTest.cs
DisposableActionTest.cs
ExceptionHelpers.cs
HtmlAttributeTest.cs Revert "Revert "Include LineIndex and CharacterIndex when comparing SourceLocation"" 2017-12-20 15:27:15 -08:00
HtmlBlockTest.cs Moved HtmlMarkupParser out of LegacyRazorDiagnostic 2017-12-19 18:07:23 -08:00
HtmlDocumentTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
HtmlErrorTest.cs Moved HtmlMarkupParser out of LegacyRazorDiagnostic 2017-12-19 18:07:23 -08:00
HtmlParserTestUtils.cs
HtmlTagsTest.cs Moved HtmlMarkupParser out of LegacyRazorDiagnostic 2017-12-19 18:07:23 -08:00
HtmlToCodeSwitchTest.cs Split the functions/section/inherits directives 2017-06-13 18:05:34 -07:00
HtmlTokenizerTest.cs
HtmlTokenizerTestBase.cs
LineTrackingStringBufferTest.cs
MarkupParserTestBase.cs Split the functions/section/inherits directives 2017-06-13 18:05:34 -07:00
MiscUtils.cs
RazorErrorTest.cs
RazorParserTest.cs Link syntax tree Span nodes 2017-10-10 13:07:27 -07:00
SourceLocationTrackerTest.cs
SpanTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
TagHelperBlockRewriterTest.cs Change TagHelperBlockRewriter's error usage to use RazorDiagnosticFactory. 2017-12-22 09:38:31 -08:00
TagHelperBlockTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
TagHelperParseTreeRewriterTest.cs Moved HtmlMarkupParser out of LegacyRazorDiagnostic 2017-12-19 18:07:23 -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
TokenizerLookaheadTest.cs Make ErrorSink and Tokenizer depend on RazorDiagnostic instead of RazorError 2017-12-14 18:32:58 -08:00
TokenizerTestBase.cs
WhiteSpaceRewriterTest.cs