mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-10 03:13:53 +02:00
.
This commit is contained in:
@@ -31,7 +31,7 @@ public class FilePathUtilsTests
|
||||
[InlineData(@"\", "")]
|
||||
[InlineData(@"\\", "")]
|
||||
[InlineData(@"\\a", "a")]
|
||||
public void PathUtils_CleanPath_RemoveLeadingDirectorySeparators(string path, string expected)
|
||||
public void PathUtils_CleanPath_RemoveLeadingDirectorySeparators(string? path, string? expected)
|
||||
{
|
||||
// Arrange
|
||||
var cleanPath = FilePathUtils.CleanPath(path);
|
||||
|
||||
Reference in New Issue
Block a user