gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 24/219: test: urlapi: urlencode characters above 0x


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 24/219: test: urlapi: urlencode characters above 0x7f correctly
Date: Wed, 22 May 2019 19:16:03 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 89bb5a836c3a53dbbf88f4d61358f1d9475b2450
Author: Jakub Zakrzewski <address@hidden>
AuthorDate: Sat Apr 6 13:47:43 2019 +0200

    test: urlapi: urlencode characters above 0x7f correctly
---
 tests/libtest/lib1560.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/libtest/lib1560.c b/tests/libtest/lib1560.c
index 7ae1025be..c57fe5830 100644
--- a/tests/libtest/lib1560.c
+++ b/tests/libtest/lib1560.c
@@ -419,6 +419,10 @@ static struct setcase set_parts_list[] = {
    "scheme=https,host=foobar,path=/this /path /is /here,",
    "https://foobar/this%20/path%20/is%20/here";,
    0, CURLU_URLENCODE, CURLUE_OK},
+  {NULL,
+   "scheme=https,host=foobar,path=\xc3\xa4\xc3\xb6\xc3\xbc,",
+   "https://foobar/%c3%a4%c3%b6%c3%bc";,
+   0, CURLU_URLENCODE, CURLUE_OK},
   {"imap://user:secret;address@hidden/",
    "options=updated,scheme=imaps,password=p4ssw0rd,",
    "imaps://user:p4ssw0rd;address@hidden/",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]