|
@@ -98,6 +98,7 @@ class ApiControllerTest extends WebTestCase
|
|
|
array('github', 'https://github.com/user/repo', true),
|
|
|
array('github', 'https://github.com/user/repo.git', true),
|
|
|
array('github', 'git://github.com/user/repo', true),
|
|
|
+ array('github', 'git://github.com/User/Repo.git', true),
|
|
|
array('github', 'git@github.com:user/repo.git', true),
|
|
|
array('github', 'git@github.com:user/repo', true),
|
|
|
array('github', 'https://github.com/user/repo/', true),
|