Skip to content

Commit 9870c88

Browse files
author
pluris
committed
test: add test for empty string in domain-ascii-unicode
1 parent b17e036 commit 9870c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-url-domain-ascii-unicode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const domainWithASCII = [
1919
['افغانستا.icom.museum', 'xn--mgbaal8b0b9b2b.icom.museum'],
2020
['الجزائر.icom.fake', 'xn--lgbbat1ad8j.icom.fake'],
2121
['भारत.org', 'xn--h2brj9c.org'],
22+
['', ''],
2223
];
2324

2425
domainWithASCII.forEach((pair) => {

0 commit comments

Comments
 (0)