Adding NormalizeRef test cases

This commit is contained in:
Martin Strobel 2017-12-07 15:36:13 -08:00
Родитель 3cb7b094cf
Коммит 29e13d1caf
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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 {