Skip to content

Commit

Permalink
Add test for domainname
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Dec 10, 2023
1 parent f169cb5 commit f6b6fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Rules/DomainnameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function dataProvider()
[true, 'g.cn'],
[true, 't.co'],
[true, '0.com'],
[true, 'இந்தியா.com'],
[false, 'foo'],
[false, 'foo.f'],
[false, 'foo.com.'],
Expand Down

0 comments on commit f6b6fbc

Please sign in to comment.