mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-17 00:54:32 -04:00
@@ -34,12 +34,12 @@ func TestParseGitURLs(t *testing.T) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
kase: "git@[fe80:14fc:cec5:c174:d88%2510]:go-gitea/gitea.git",
|
kase: "git@[fe80::14fc:cec5:c174:d88%2510]:go-gitea/gitea.git",
|
||||||
expected: &GitURL{
|
expected: &GitURL{
|
||||||
URL: &url.URL{
|
URL: &url.URL{
|
||||||
Scheme: "ssh",
|
Scheme: "ssh",
|
||||||
User: url.User("git"),
|
User: url.User("git"),
|
||||||
Host: "[fe80:14fc:cec5:c174:d88%10]",
|
Host: "[fe80::14fc:cec5:c174:d88%10]",
|
||||||
Path: "go-gitea/gitea.git",
|
Path: "go-gitea/gitea.git",
|
||||||
},
|
},
|
||||||
extraMark: 1,
|
extraMark: 1,
|
||||||
@@ -137,11 +137,11 @@ func TestParseGitURLs(t *testing.T) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
kase: "https://[fe80:14fc:cec5:c174:d88%2510]:20/go-gitea/gitea.git",
|
kase: "https://[fe80::14fc:cec5:c174:d88%2510]:20/go-gitea/gitea.git",
|
||||||
expected: &GitURL{
|
expected: &GitURL{
|
||||||
URL: &url.URL{
|
URL: &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "[fe80:14fc:cec5:c174:d88%10]:20",
|
Host: "[fe80::14fc:cec5:c174:d88%10]:20",
|
||||||
Path: "/go-gitea/gitea.git",
|
Path: "/go-gitea/gitea.git",
|
||||||
},
|
},
|
||||||
extraMark: 0,
|
extraMark: 0,
|
||||||
|
Reference in New Issue
Block a user