Skip to content

Commit c2e2d04

Browse files
committed
DOS device paths are not supported
1 parent fd0844a commit c2e2d04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DotNext.Tests/IO/FileUriTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ public static TheoryData<string, string> GetPaths()
1818
data.Add(@"C:\с\кириллицей", @"C:\с\кириллицей");
1919
data.Add(@"C:\ελληνικά\γράμματα", @"C:\ελληνικά\γράμματα");
2020
data.Add(@"\\unc\path", @"\\unc\path");
21-
data.Add(@"\\?\dos\device", @"\\?\dos\device");
22-
data.Add(@"\\.\dos\device", @"\\.\dos\device");
2321
}
2422
else
2523
{

0 commit comments

Comments
 (0)