Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Add test to disprove #21
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Sep 28, 2016
1 parent 74033cb commit 6e5b1af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/PunycodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ public function domainNamesProvider()
'gwóźdź.pl',
'xn--gwd-hna98db.pl',
),
array(
'άέήίΰαβγδεζηθικλμνξοπρσστυφχ.com',
'xn--hxacdefghijklmnopqrstuvw0caz0a1a2a.com'
),
);
}

Expand Down

0 comments on commit 6e5b1af

Please sign in to comment.