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

This commit is contained in:
Megan Marsh 2018-01-09 17:14:32 -08:00
parent 154973241f
commit a04a921c2d

View File

@ -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",