aspnetcore/test/Microsoft.AspNetCore.Razor..../Language
N. Taylor Mullen f8d43853f8 Re-introduce RazorEditorParser.
- Revived `RazorEditorParser`.
- Made `PartialParseResult` internal and renamed it to `PartialParseResultInternal`. This fell in line with other syntax tree types.
- Moved the `RazorEditorParser` implementation away from `TextChange` and `ITextBuffer`. Instead it now relies on `SourceChange` and the VS contract `ITextSnapshot`.
- Added `RazorEditorParserTest` to ensure the changes in implementation did not impact previous functionality.
- Removed some obvious tests that unnecessarily re-tested behavior that was already verified.
- Updated tests.
- Moved several Language.Test types to the common test project so they could be reused.

#1259
2017-07-12 17:01:16 -07:00
..
CodeGeneration Rewrite of code rendering context 2017-07-03 16:29:34 -07:00
IntegrationTests Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
Intermediate Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
Legacy Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
RazorEngineBuilderExtensions.cs
SyntaxTreeVerifier.cs Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
TestBoundAttributeDescriptorBuilderExtensions.cs
TestFile.cs
TestProject.cs
TestRazorCodeDocument.cs
TestRazorProject.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
TestRazorProjectItem.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
TestRazorSourceDocument.cs
TestRequiredAttributeDescriptorBuilderExtensions.cs
TestTagHelperDescriptorBuilderExtensions.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
TestTagHelperFeature.cs
TestTagMatchingRuleDescriptorBuilderExtensions.cs