mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 0ad329ed192e for landing with the wrong bug number in the commit message.
This commit is contained in:
parent
1aa50a4ee3
commit
79beeb9673
File diff suppressed because it is too large
Load Diff
@ -38,10 +38,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('cy', null);
|
||||
checkPublicSuffix('c.cy', null);
|
||||
checkPublicSuffix('b.c.cy', 'b.c.cy');
|
||||
checkPublicSuffix('a.b.c.cy', 'b.c.cy');
|
||||
// More complex TLD.
|
||||
checkPublicSuffix('jp', null);
|
||||
checkPublicSuffix('test.jp', 'test.jp');
|
||||
|
Loading…
Reference in New Issue
Block a user