Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/b307fa431148728256ebb3be925089460d9fab07
...commit
http://git.netsurf-browser.org/netsurf.git/commit/b307fa431148728256ebb3be925089460d9fab07
...tree
http://git.netsurf-browser.org/netsurf.git/tree/b307fa431148728256ebb3be925089460d9fab07
The branch, master has been updated
via b307fa431148728256ebb3be925089460d9fab07 (commit)
from 01d7392a6acd6d077df52e2eaebd80576690cb36 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=b307fa431148728256ebb3be925089460d9fab07
commit b307fa431148728256ebb3be925089460d9fab07
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
nsurl tests were not exercising unicode
diff --git a/test/nsurl.c b/test/nsurl.c
index 04c5234..5b56a42 100644
--- a/test/nsurl.c
+++ b/test/nsurl.c
@@ -115,6 +115,9 @@ static const struct test_pairs create_tests[] = {
{ "ftp://a/b", "ftp://a/b" },
{ "FTP://a/b", "ftp://a/b" },
+ /* punycode */
+ { "http://a.कॉम/a", "http://a.xn--11b4c3d/a" },
+ { "https://smog.大众汽车/test", "https://smog.xn--3oq18vl8pn36a/test"},
};
/**
-----------------------------------------------------------------------
Summary of changes:
test/nsurl.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/nsurl.c b/test/nsurl.c
index 04c5234..5b56a42 100644
--- a/test/nsurl.c
+++ b/test/nsurl.c
@@ -115,6 +115,9 @@ static const struct test_pairs create_tests[] = {
{ "ftp://a/b", "ftp://a/b" },
{ "FTP://a/b", "ftp://a/b" },
+ /* punycode */
+ { "http://a.कॉम/a", "http://a.xn--11b4c3d/a" },
+ { "https://smog.大众汽车/test", "https://smog.xn--3oq18vl8pn36a/test"},
};
/**
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org