aspnetcore/test/Microsoft.AspNetCore.Razor..../Legacy
N. Taylor Mullen 1aa15374b5 Add partial parsing of `@functions` directive body.
- Added ability to understand valid inserts, deletes and replacements for the `@functions` directive (and any other directive that uses our extensible code block bits).
- Added unit tests.
- Updated existing tests.
- Found an issue when completing some C# items the auto-completions would impact the underlying snapshot after we'd captured the change. Fixed this by forcing a reparse when we detect that our understanding of the latest snapshot and the actual latest snapshot diverge.

#2408
2018-06-18 17:11:40 -07:00
..
BaselineWriter.cs
BlockTest.cs
CSharpAutoCompleteTest.cs Add partial parsing of `@functions` directive body. 2018-06-18 17:11:40 -07:00
CSharpBlockTest.cs
CSharpDirectivesTest.cs Add partial parsing of `@functions` directive body. 2018-06-18 17:11:40 -07:00
CSharpErrorTest.cs Add partial parsing of `@functions` directive body. 2018-06-18 17:11:40 -07:00
CSharpExplicitExpressionTest.cs
CSharpImplicitExpressionTest.cs
CSharpLanguageCharacteristicsTest.cs
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs
CSharpReservedWordsTest.cs
CSharpSectionTest.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
CSharpSpecialBlockTest.cs Add partial parsing of `@functions` directive body. 2018-06-18 17:11:40 -07:00
CSharpStatementTest.cs
CSharpTemplateTest.cs
CSharpToMarkupSwitchTest.cs
CSharpTokenizerCommentTest.cs
CSharpTokenizerIdentifierTest.cs
CSharpTokenizerLiteralTest.cs
CSharpTokenizerOperatorsTest.cs
CSharpTokenizerTest.cs
CSharpTokenizerTestBase.cs
CSharpVerbatimBlockTest.cs
CSharpWhitespaceHandlingTest.cs
CodeBlockEditHandlerTest.cs Add partial parsing of `@functions` directive body. 2018-06-18 17:11:40 -07:00
CodeParserTestBase.cs Add experimental flag to un-special-case data- 2018-04-05 15:27:04 -07:00
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
DirectiveCSharpTokenizerTest.cs
DirectiveHtmlTokenizerTest.cs
DisposableActionTest.cs
ExceptionHelpers.cs
HtmlAttributeTest.cs Add experimental flag to un-special-case data- 2018-04-05 15:27:04 -07:00
HtmlBlockTest.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
HtmlDocumentTest.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
HtmlErrorTest.cs
HtmlMarkupParserTests.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
HtmlParserTestUtils.cs
HtmlTagsTest.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
HtmlToCodeSwitchTest.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
HtmlTokenizerTest.cs
HtmlTokenizerTestBase.cs
ImplicitExpressionEditHandlerTest.cs Add partial parsing for parenthesis 2018-06-15 11:22:03 -07:00
LineTrackingStringBufferTest.cs
MarkupParserTestBase.cs Add experimental flag to un-special-case data- 2018-04-05 15:27:04 -07:00
MiscUtils.cs
RazorParserTest.cs
SourceLocationTrackerTest.cs
SpanTest.cs
TagHelperBlockRewriterTest.cs Merge branch 'rel/vs15.7' into dev 2018-04-05 16:28:17 -07:00
TagHelperBlockTest.cs
TagHelperParseTreeRewriterTest.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
TagHelperRewritingTestBase.cs
TextReaderExtensionsTest.cs
TokenizerLookaheadTest.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
TokenizerTestBase.cs
WhiteSpaceRewriterTest.cs