summaryrefslogtreecommitdiff
path: root/test/nsurl.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-06-09 18:05:36 +0100
committerVincent Sanders <vince@kyllikki.org>2014-06-09 18:05:36 +0100
commit4488c8a2e40f27d25e675429ba3ea89b367d5144 (patch)
treee0a13bd92cdd1be1d33a812831c5f6954afc7ec5 /test/nsurl.c
parent8e29e517d59f0d04dd2d09c6b8760aa1236a1abf (diff)
downloadnetsurf-4488c8a2e40f27d25e675429ba3ea89b367d5144.tar.gz
netsurf-4488c8a2e40f27d25e675429ba3ea89b367d5144.tar.bz2
fallback to old url creation behaviour if the IDNA host parse fails
Diffstat (limited to 'test/nsurl.c')
-rw-r--r--test/nsurl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nsurl.c b/test/nsurl.c
index 3e859d994..20774c41f 100644
--- a/test/nsurl.c
+++ b/test/nsurl.c
@@ -141,6 +141,7 @@ static const struct test_pairs join_tests[] = {
{ " / ", "http://a/" },
{ " ? ", "http://a/b/c/d;p?" },
{ " h ", "http://a/b/c/h" },
+ { "http://<!--#echo var=", "http://<!--/#echo%20var="},
/* [1] Extra slash beyond rfc3986 5.4.1 example, since we're
* testing normalisation in addition to joining */
/* [2] Using the strict parsers option */