summaryrefslogtreecommitdiff
path: root/test/nsurl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nsurl.c')
-rw-r--r--test/nsurl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nsurl.c b/test/nsurl.c
index 631e7ae2c..d392c15f5 100644
--- a/test/nsurl.c
+++ b/test/nsurl.c
@@ -161,7 +161,7 @@ static const struct test_pairs create_tests[] = {
{ "http://%7a%7A/", "http://zz/" },
/* bad escape */
- { "http://%1g%G0/", "http://%1g%g0/" },
+ { "http://%1g%G0/", NULL },
{ " http://www.ns-b.org/", "http://www.ns-b.org/" },
{ "http://www.ns-b.org/ ", "http://www.ns-b.org/" },