add another hostname to test

This commit is contained in:
Jeffrey Regan
2019-01-28 14:27:59 -08:00
parent 3ddc20f72c
commit 731a2a683e

View File

@@ -138,6 +138,7 @@ var hostNamesRawAndNormalized = [][]string{
{"git::http://git.example.com/", "http://git.example.com/"},
{"git::https://git.example.com/", "https://git.example.com/"},
{"git@github.com:", "git@github.com:"},
{"git@github.com/", "git@github.com:"},
{"git@gitlab2.sqtools.ru:10022/", "git@gitlab2.sqtools.ru:10022/"},
}