@@ -335,6 +335,7 @@ mod tests {
335335 #[ case( "GIT://GitHub.COM/jwodder/headerparser" , Some ( ( "jwodder" , "headerparser" ) ) ) ]
336336 #[ case( "git@github.com:joe-q-coder/my.repo.git" , Some ( ( "joe-q-coder" , "my.repo" ) ) ) ]
337337 #[ case( "git@GITHUB.com:joe-q-coder/my.repo.git" , Some ( ( "joe-q-coder" , "my.repo" ) ) ) ]
338+ #[ case( "git@GITHUB.com:joe-q-coder/my.repo.GIT" , None ) ]
338339 #[ case( "GIT@github.com:joe-q-coder/my.repo.git" , None ) ]
339340 #[ case( "git@github.com/joe-q-coder/my.repo.git" , None ) ]
340341 #[ case( "https://github.com/joe.coder/hello-world" , None ) ]
@@ -354,6 +355,7 @@ mod tests {
354355 #[ case( "api.github.com/REPOS/jwodder/headerparser" , None ) ]
355356 #[ case( "Api.GitHub.Com/repos/jwodder/headerparser" , Some ( ( "jwodder" , "headerparser" ) ) ) ]
356357 #[ case( "https://github.com/-Jerry-/geshi-1.0.git" , Some ( ( "-Jerry-" , "geshi-1.0" ) ) ) ]
358+ #[ case( "https://github.com/-Jerry-/geshi-1.0.Git" , None ) ]
357359 #[ case( "https://github.com/-Jerry-/geshi-1.0.git/" , Some ( ( "-Jerry-" , "geshi-1.0" ) ) ) ]
358360 #[ case( "https://github.com/-Jerry-/geshi-1.0/" , Some ( ( "-Jerry-" , "geshi-1.0" ) ) ) ]
359361 #[ case( "https://www.github.com/-Jerry-/geshi-1.0" , Some ( ( "-Jerry-" , "geshi-1.0" ) ) ) ]
0 commit comments