Skip to content

Commit

Permalink
Added a test
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 15, 2023
1 parent e2c9402 commit b1aea1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test.each([
['https://www.microsoft/index.html', 'microsoft'],
['https://www.例子.com/index.html', 'xn--fsqu00a.com'],
['https://www.example.com:8443/index.html', 'www.example.com:8443'],
['https://www.example.com:8080', 'www.example.com:8080'],
['https://support.example.com/index.html', 'support.example.com'],
['https://www2.example.com/index.html', 'www2.example.com'],
['ftp://www.example.com/', 'ftp://www.example.com/'],
Expand Down

0 comments on commit b1aea1a

Please sign in to comment.