We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1621087 commit 30333e8Copy full SHA for 30333e8
tests/transport/register.c
@@ -45,6 +45,8 @@ void test_transport_register__custom_transport_ssh(void)
45
"ssh+git://somehost:somepath",
46
"git+ssh://somehost:somepath",
47
"git@somehost:somepath",
48
+ "ssh://somehost:somepath%20with%20%spaces",
49
+ "ssh://somehost:somepath with spaces"
50
};
51
git_transport *transport;
52
unsigned i;
0 commit comments