Tests for span overloaded path api (dotnet/corefx#26017)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Tue, 6 Feb 2018 23:54:23 +0000 (15:54 -0800)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2018 23:54:23 +0000 (15:54 -0800)
commitdd44b4758184f050d6ca3fa67ce305da74af3d31
tree3f39bc53b8510cdce7a7df7ff837e091f8756e39
parent5e6591c6337fe593b14f796e787cf8329daf1adf
Tests for span overloaded path api (dotnet/corefx#26017)

tests added for span overload for path Apis

Commit migrated from https://github.com/dotnet/corefx/commit/1a21a67b178a4fdbfcc4d1e4f449e5c285af9056
src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/PathUtilities.cs
src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.cs
src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
src/libraries/System.Runtime.Extensions/tests/System/IO/Path.IsPathFullyQualified.cs
src/libraries/System.Runtime.Extensions/tests/System/IO/Path.IsPathFullyQualified.netcoreapp.cs [new file with mode: 0644]
src/libraries/System.Runtime.Extensions/tests/System/IO/PathTests.cs
src/libraries/System.Runtime.Extensions/tests/System/IO/PathTests.netcoreapp.cs [new file with mode: 0644]