aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen c07759996f Fix absolute path handling.
- Normalize paths to be absolute and to also use forward slashes.
- Updated our `EnsureValidPath` method to be `NormalizeAndEnsureValidPath`.
- Added tests to validate new `NormalizeAndEnsureValidPath`.
- Updated existing tests to react to `NormalizeAndEnsureValidPath` correctly.

#1106
2017-03-22 16:35:19 -07:00
..
CodeGeneration Remove RazorIrNodeVisitorOfT (#1089) 2017-03-20 14:51:51 -07:00
IntegrationTests Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
Intermediate Remove RazorIrNodeVisitorOfT (#1089) 2017-03-20 14:51:51 -07:00
Legacy Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
Properties
TestFiles Port the legacy RazorEditorParser 2017-03-16 12:47:29 -07:00
DefaultDirectiveIRPassTest.cs Clean up TagHelperDescriptor APIs. 2017-03-17 12:18:05 -07:00
DefaultDirectiveSyntaxTreePassTest.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
DefaultDocumentClassifierPassTest.cs
DefaultInstrumentationPassTest.cs Replace CSharpIRToken with RazorIRToken 2017-02-17 16:27:31 -08:00
DefaultItemCollectionTest.cs
DefaultRazorCSharpLoweringPhaseTest.cs Collate diagnositcs from Imports 2017-03-08 18:29:17 -08:00
DefaultRazorCodeDocumentTest.cs
DefaultRazorDiagnosticTest.cs Re-enable netcoreapp1.1 tests 2017-02-16 14:09:12 -08:00
DefaultRazorDirectiveClassifierPhaseTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DefaultRazorDocumentClassifierPhaseTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRLoweringPhaseIntegrationTest.cs Clean up TagHelperDescriptor APIs. 2017-03-17 12:18:05 -07:00
DefaultRazorIROptimizationPhaseTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DefaultRazorParsingPhaseTest.cs
DefaultRazorSourceDocumentTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs
DirectiveRemovalIROptimizationPassTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DocumentClassifierPassBaseTest.cs Part 2 of RuntimeTarget 2017-02-15 18:08:19 -08:00
FileSystemRazorProjectItemTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
FileSystemRazorProjectTest.cs Fix absolute path handling. 2017-03-22 16:35:19 -07:00
HtmlNodeOptimizationPassTest.cs Rename BlockType -> BlockKind 2017-03-19 11:18:40 -07:00
LargeTextRazorSourceDocumentTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
LegacyRazorDiagnosticTest.cs
Microsoft.AspNetCore.Razor.Evolution.Test.csproj React to aspnet/Testing#259 2017-03-16 09:31:55 -07:00
RazorCodeDocumentExtensionsTest.cs Add TagHelper directive and match info to CodeDocument 2017-03-19 12:33:09 -07:00
RazorCodeDocumentTest.cs
RazorDiagnosticDescriptorTest.cs
RazorDiagnosticTest.cs
RazorEngineBuilderExtensions.cs
RazorEngineBuilderExtensionsTest.cs Part 2 of RuntimeTarget 2017-02-15 18:08:19 -08:00
RazorEngineTest.cs Introduce RazorCompilation 2017-02-22 10:22:18 -08:00
RazorProjectItemTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
RazorProjectTest.cs Fix absolute path handling. 2017-03-22 16:35:19 -07:00
RazorSourceDocumentTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
RazorSyntaxTreeTest.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
RazorTemplateEngineTest.cs Include default imports when ImportsFileName is null 2017-03-14 19:33:18 -07:00
SourceLocationTest.cs
SourceSpanTest.cs
SyntaxTreeVerifier.cs
TagHelperBinderSyntaxTreePassTest.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
TagHelperRequiredAttributeDescriptorTest.cs Clean up TagHelperDescriptor APIs. 2017-03-17 12:18:05 -07:00
TestFile.cs
TestProject.cs Move FileSystemRazorProject into Razor.Evolution 2017-02-28 14:15:52 -08:00
TestRazorCodeDocument.cs
TestRazorProject.cs Port the legacy RazorEditorParser 2017-03-16 12:47:29 -07:00
TestRazorProjectItem.cs Introduce RazorCompilation 2017-02-22 10:22:18 -08:00
TestRazorSourceDocument.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
TestTagHelperDescriptorResolver.cs Replace RazorError with RazorDiagnostics in public API 2017-02-17 15:44:37 -08:00
TestTagHelperFeature.cs