зеркало из https://github.com/Azure/mirrorcat.git
Adding NormalizeRef test cases
This commit is contained in:
Родитель
3cb7b094cf
Коммит
29e13d1caf
|
@ -30,6 +30,8 @@ func TestNormalizeRef(t *testing.T) {
|
|||
want string
|
||||
}{
|
||||
{"remotes/foo/myBranch", "myBranch"},
|
||||
{"remotes/bar/a/b/c", "a/b/c"},
|
||||
{"refs/heads/a/b/c", "a/b/c"},
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
|
|
Загрузка…
Ссылка в новой задаче