Skip to content

Commit 1748f92

Browse files
committed
clone: whitespace in url test
1 parent e3adc99 commit 1748f92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/online/clone.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,3 +863,8 @@ void test_online_clone__proxy_cred_callback_after_failed_url_creds(void)
863863

864864
git_buf_dispose(&url);
865865
}
866+
867+
void test_online_clone__url_whitespace(void)
868+
{
869+
cl_git_pass(git_clone(&g_repo, "https://dev.azure.com/ianhattendorf/With%20Space/_git/With%20Space", "./foo", &g_options));
870+
}

0 commit comments

Comments
 (0)