summaryrefslogtreecommitdiff
path: root/test/nsurl.c
diff options
context:
space:
mode:
authorSteve Fryatt <stevef@netsurf-browser.org>2014-06-09 22:51:14 +0100
committerSteve Fryatt <stevef@netsurf-browser.org>2014-06-09 22:51:14 +0100
commit68146fc711f42de9c1a17c128f2ee0c136673be2 (patch)
treef6cdc660d7b3e4407fa457e7fc332b37b02c5c45 /test/nsurl.c
parentcc1d5477ab32c544c915ffad880642f399e1a910 (diff)
parentf6fec1a8d767a71debb94531a0f86e3790bce24f (diff)
downloadnetsurf-68146fc711f42de9c1a17c128f2ee0c136673be2.tar.gz
netsurf-68146fc711f42de9c1a17c128f2ee0c136673be2.tar.bz2
Merge branch 'master' into stevef/cconfig
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 */