Commit b4e17d61 authored by Volker Dobler's avatar Volker Dobler Committed by Nigel Tao

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

Change-Id: I4e4eb9c710b0ee21a2ade97fd7d38cbd984a6b7f
Reviewed-on: https://go-review.googlesource.com/16424Reviewed-by: 's avatarNigel Tao <nigeltao@golang.org>
parent c95266fa
......@@ -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"},
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment