mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[PTRun][Folder]Allow UNC starting with // (#32309)
This commit is contained in:
committed by
GitHub
parent
406c49bdba
commit
83aecff13b
@@ -19,6 +19,7 @@ namespace Microsoft.Plugin.Folder.UnitTests
|
||||
|
||||
[DataTestMethod]
|
||||
[DataRow(@"\\test-server\testdir", true)]
|
||||
[DataRow(@"//test-server/testdir", true)]
|
||||
[DataRow(@"c:", true)]
|
||||
[DataRow(@"c:\", true)]
|
||||
[DataRow(@"C:\", true)]
|
||||
|
||||
Reference in New Issue
Block a user