summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hattendorf <ianh@axosoft.com>2019-07-24 16:36:45 -0700
committerIan Hattendorf <ianh@axosoft.com>2019-07-24 16:36:45 -0700
commit1748f92c1a999a22ea179107bd024a8b62ce441e (patch)
treec0fd54f42d10d70021bf61cc8ee8a6350d8159b7
parente3adc99e1f9b71ceaddd650eba9c7c644290e4a6 (diff)
downloadlibgit2-1748f92c1a999a22ea179107bd024a8b62ce441e.tar.gz
clone: whitespace in url test
-rw-r--r--tests/online/clone.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/online/clone.c b/tests/online/clone.c
index 60aaeeb0f..e0f422a52 100644
--- a/tests/online/clone.c
+++ b/tests/online/clone.c
@@ -863,3 +863,8 @@ void test_online_clone__proxy_cred_callback_after_failed_url_creds(void)
git_buf_dispose(&url);
}
+
+void test_online_clone__url_whitespace(void)
+{
+ cl_git_pass(git_clone(&g_repo, "https://dev.azure.com/ianhattendorf/With%20Space/_git/With%20Space", "./foo", &g_options));
+}