publicsuffix: update table to latest list from publicsuffix.org.

Change-Id: I4e4eb9c710b0ee21a2ade97fd7d38cbd984a6b7f
Reviewed-on: https://go-review.googlesource.com/16424
Reviewed-by: Nigel Tao <nigeltao@golang.org>
This commit is contained in:
Volker Dobler
2015-10-28 13:07:21 +01:00
committed by Nigel Tao
parent c95266fa70
commit b4e17d61b1
3 changed files with 9057 additions and 8432 deletions

View File

@@ -356,10 +356,10 @@ var eTLDPlusOneTestCases = []struct {
{"a.b.example.uk.com", "example.uk.com"},
{"test.ac", "test.ac"},
// TLD with only 1 (wildcard) rule.
{"il", ""},
{"c.il", ""},
{"b.c.il", "b.c.il"},
{"a.b.c.il", "b.c.il"},
{"mm", ""},
{"c.mm", ""},
{"b.c.mm", "b.c.mm"},
{"a.b.c.mm", "b.c.mm"},
// More complex TLD.
{"jp", ""},
{"test.jp", "test.jp"},

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff