Skip to content

Commit

Permalink
test: add test for empty string in domain-ascii-unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
pluris committed Aug 11, 2023
1 parent b17e036 commit 9870c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-url-domain-ascii-unicode.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const domainWithASCII = [
['افغانستا.icom.museum', 'xn--mgbaal8b0b9b2b.icom.museum'],
['الجزائر.icom.fake', 'xn--lgbbat1ad8j.icom.fake'],
['भारत.org', 'xn--h2brj9c.org'],
['', ''],
];

domainWithASCII.forEach((pair) => {
Expand Down

0 comments on commit 9870c88

Please sign in to comment.