Skip to content

Commit

Permalink
Move test URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Aug 26, 2024
1 parent 4f44d7f commit 2f437e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,6 @@ test('GitHub.com URLs', urlMatcherMacro, new Map([
'https://github.com/fregante/shorten-repo-url/wiki/%22Can-you-add-this-feature%3F%22',
'Wiki: "Can you add this feature?"',
],
[
'https://example.site/한글로-된-URL',
'example.site/한글로-된-URL',
],
]));

test('External URLs', urlMatcherMacro, new Map([
Expand Down Expand Up @@ -539,6 +535,10 @@ test('External URLs', urlMatcherMacro, new Map([
'https://example.com/nodejs/node/blob/cc8fc46/.gitignore',
'example.com/nodejs/node/blob/cc8fc46/.gitignore',
],
[
'https://example.site/한글로-된-URL',
'example.site/한글로-된-URL',
],
]));

test('applyToLink', t => {
Expand Down

0 comments on commit 2f437e1

Please sign in to comment.