From 7465cfc292d7104acb3f50fec5211ad13639a670 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 15 Sep 2016 14:56:16 +0100 Subject: the il doamin stopped being wildcard match so use mm domain instead --- test/runtest.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/runtest.sh b/test/runtest.sh index 8520232..900b0c4 100755 --- a/test/runtest.sh +++ b/test/runtest.sh @@ -56,10 +56,10 @@ checkPublicSuffix 'b.example.uk.com' 'example.uk.com' checkPublicSuffix 'a.b.example.uk.com' 'example.uk.com' checkPublicSuffix 'test.ac' 'test.ac' ## TLD with only 1 (wildcard) rule. -checkPublicSuffix 'il' null -#checkPublicSuffix 'c.il' null -#checkPublicSuffix 'b.c.il' 'b.c.il' -#checkPublicSuffix 'a.b.c.il' 'b.c.il' +checkPublicSuffix 'mm' null +checkPublicSuffix 'c.mm' null +checkPublicSuffix 'b.c.mm' 'b.c.mm' +checkPublicSuffix 'a.b.c.mm' 'b.c.mm' ## More complex TLD. checkPublicSuffix 'jp' null checkPublicSuffix 'test.jp' 'test.jp' -- cgit v1.2.3