Skip to content

Commit 7302dcb

Browse files
committed
test: CJK wiki path
1 parent a4dd70c commit 7302dcb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

__snapshots__/index.test.js.snap

+4-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ exports[`https://github.com/fregante/shorten-repo-url/tree/v0.12/doc 1`] = `<cod
110110

111111
exports[`https://github.com/fregante/shorten-repo-url/wiki/%22Can-you-add-this-feature%3F%22 1`] = `Wiki: "Can you add this feature?"`;
112112

113-
exports[`https://github.com/fregante/shorten-repo-url/wiki/한글-위키-페이지-경로 1`] = `Wiki: 한글 위키 페이지 경로`;
114-
115113
exports[`https://github.com/issues 1`] = `github.com/issues`;
116114

117115
exports[`https://github.com/issues?q=is%3Aissue++is%3Aopen+sort%3Aupdated-desc+&unrelated=true 1`] = `github.com/issues?unrelated=true (is:open sort:updated-desc)`;
@@ -206,6 +204,10 @@ exports[`https://github.com/refined-github/refined-github/wiki/%22Can-you-add-th
206204

207205
exports[`https://github.com/refined-github/refined-github/wiki/%22Can-you-add-this-feature%3F%22#3-it-doesnt-require-options 1`] = `Wiki: "Can you add this feature?" (3 it doesnt require options) (refined-github/refined-github)`;
208206

207+
exports[`https://github.com/scarf005/hangul-test/wiki/한글-위키-페이지 1`] = `Wiki: 한글 위키 페이지 (scarf005/hangul-test)`;
208+
209+
exports[`https://github.com/scarf005/hangul-test/wiki/한글-위키-페이지#한글-헤딩 1`] = `Wiki: 한글 위키 페이지 (한글 헤딩) (scarf005/hangul-test)`;
210+
209211
exports[`https://github.com/settings/profile 1`] = `github.com/settings/profile`;
210212

211213
exports[`https://github.com/sindresorhus 1`] = `@sindresorhus`;

index.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ const urls = [
139139
'https://github.com/refined-github/refined-github/wiki/%22Can-you-add-this-feature%3F%22#',
140140
'https://github.com/refined-github/refined-github/wiki/%22Can-you-add-this-feature%3F%22',
141141
'https://github.com/fregante/shorten-repo-url/wiki/%22Can-you-add-this-feature%3F%22',
142-
'https://github.com/fregante/shorten-repo-url/wiki/한글-위키-페이지-경로',
142+
'https://github.com/scarf005/hangul-test/wiki/한글-위키-페이지',
143+
'https://github.com/scarf005/hangul-test/wiki/한글-위키-페이지#한글-헤딩',
143144
'https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement#parameters',
144145
'https://www.google.com/',
145146
'https://wwww.google.com/',

0 commit comments

Comments
 (0)