mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 11:39:03 -05:00
deleted wrong tests
This commit is contained in:
@@ -216,6 +216,22 @@ func TestParse(t *testing.T) {
|
||||
},
|
||||
false,
|
||||
},
|
||||
{
|
||||
`file://C:\Users\name\datasets`,
|
||||
url.URL{
|
||||
Scheme: "file",
|
||||
Path: "C:/Users/name/datasets",
|
||||
},
|
||||
false,
|
||||
},
|
||||
{
|
||||
`file:///C:\Users\name\datasets`,
|
||||
url.URL{
|
||||
Scheme: "file",
|
||||
Path: "C:/Users/name/datasets",
|
||||
},
|
||||
false,
|
||||
},
|
||||
{
|
||||
"file://localhost/C$/Users/name/datasets",
|
||||
url.URL{
|
||||
|
||||
Reference in New Issue
Block a user