Skip to content

Commit

Permalink
Fix test case for exception rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-friedberger committed Jun 14, 2024
1 parent 870817f commit 5daa4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_psl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ checkPublicSuffix('a.b.ide.kyoto.jp', 'b.ide.kyoto.jp');
checkPublicSuffix('c.kobe.jp', null);
checkPublicSuffix('b.c.kobe.jp', 'b.c.kobe.jp');
checkPublicSuffix('a.b.c.kobe.jp', 'b.c.kobe.jp');
checkPublicSuffix('city.kobe.jp', 'city.kobe.jp');
checkPublicSuffix('www.city.kobe.jp', 'city.kobe.jp');
checkPublicSuffix('city.kobe.jp', 'kobe.jp');
checkPublicSuffix('www.city.kobe.jp', 'kobe.jp');
// TLD with a wildcard rule and exceptions.
checkPublicSuffix('ck', null);
checkPublicSuffix('test.ck', null);
Expand Down

0 comments on commit 5daa4c7

Please sign in to comment.