add UNC path to test cases, so I can try to enable it in future
This commit is contained in:
parent
154973241f
commit
a04a921c2d
@ -93,6 +93,11 @@ func TestDownloadableURL_WindowsFiles(t *testing.T) {
|
||||
"",
|
||||
true,
|
||||
},
|
||||
{ // UNC paths; why not?
|
||||
"\\\\?\\c:\\Temp\\SomeDir\\myfile.txt",
|
||||
"",
|
||||
true,
|
||||
},
|
||||
{
|
||||
"file:///C:\\Temp\\SomeDir\\myfile.txt",
|
||||
"file:///c:/Temp/SomeDir/myfile.txt",
|
||||
|
Loading…
x
Reference in New Issue
Block a user