mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
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:
@@ -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"},
|
||||
|
||||
17066
publicsuffix/table.go
17066
publicsuffix/table.go
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user