add UNC path to test cases, so I can try to enable it in future

pull/5761/head
Megan Marsh 8 years ago
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…
Cancel
Save