aspnetcore/test/Microsoft.AspNetCore.Razor..../Legacy
Artak Mkrtchyan ae94c3c452
- Updated naming for methods to be more intuitive.
- Added extra tests for clarity
- Added extra comments to clarify complex areas
2018-03-09 18:18:16 -08:00
..
BaselineWriter.cs
BlockTest.cs Make Block and Span cache Length. 2018-01-16 21:14:46 -08:00
CSharpAutoCompleteTest.cs Removed LegacyResources.resx 2017-12-22 15:59:35 -08:00
CSharpBlockTest.cs Removed LegacyRazorDiagnostic and RazorError 2017-12-27 11:43:19 -08:00
CSharpDirectivesTest.cs Removed LegacyRazorDiagnostic and RazorError 2017-12-27 11:43:19 -08:00
CSharpErrorTest.cs Removed LegacyResources.resx 2017-12-22 15:59:35 -08:00
CSharpExplicitExpressionTest.cs Removed LegacyResources.resx 2017-12-22 15:59:35 -08:00
CSharpImplicitExpressionTest.cs
CSharpLanguageCharacteristicsTest.cs
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs Removed LegacyResources.resx 2017-12-22 15:59:35 -08:00
CSharpReservedWordsTest.cs
CSharpSectionTest.cs HtmlMarkupParser is now aware of HtmlComment blocks. Majority (if not all, will confirm soon) tests have been updated to account for HtmlComment blocks. 2018-03-08 13:37:03 -08:00
CSharpSpecialBlockTest.cs
CSharpStatementTest.cs
CSharpTemplateTest.cs
CSharpToMarkupSwitchTest.cs
CSharpTokenizerCommentTest.cs
CSharpTokenizerIdentifierTest.cs
CSharpTokenizerLiteralTest.cs
CSharpTokenizerOperatorsTest.cs
CSharpTokenizerTest.cs
CSharpTokenizerTestBase.cs
CSharpVerbatimBlockTest.cs
CSharpWhitespaceHandlingTest.cs
CodeParserTestBase.cs
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
DirectiveCSharpTokenizerTest.cs
DirectiveHtmlTokenizerTest.cs
DisposableActionTest.cs
ExceptionHelpers.cs
HtmlAttributeTest.cs
HtmlBlockTest.cs Added extra test to cover extra dash in closing comment 2018-03-09 11:52:23 -08:00
HtmlDocumentTest.cs Updated the Comments detection to comply with HTML 5 specification 2018-03-08 13:37:04 -08:00
HtmlErrorTest.cs
HtmlMarkupParserTests.cs - Updated naming for methods to be more intuitive. 2018-03-09 18:18:16 -08:00
HtmlParserTestUtils.cs
HtmlTagsTest.cs Fixed all the tests to reflect HtmlComment block type support 2018-03-08 13:37:03 -08:00
HtmlToCodeSwitchTest.cs Fixed all the tests to reflect HtmlComment block type support 2018-03-08 13:37:03 -08:00
HtmlTokenizerTest.cs
HtmlTokenizerTestBase.cs
LineTrackingStringBufferTest.cs
MarkupParserTestBase.cs
MiscUtils.cs
RazorParserTest.cs
SourceLocationTrackerTest.cs
SpanTest.cs Make Block and Span cache Length. 2018-01-16 21:14:46 -08:00
TagHelperBlockRewriterTest.cs Updated the test TagHelperBlockRewriteTest class 2018-03-08 13:37:04 -08:00
TagHelperBlockTest.cs
TagHelperParseTreeRewriterTest.cs Added extra tests for non-covered scenarios: 2018-03-09 17:18:57 -08:00
TagHelperRewritingTestBase.cs
TextReaderExtensionsTest.cs
TokenizerLookaheadTest.cs - Clarified the code where the comment content ending is checked to be allowed or not. 2018-03-09 09:16:17 -08:00
TokenizerTestBase.cs
WhiteSpaceRewriterTest.cs