Tatsunori Uchino
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
lib/common/utils.mjs
|
|
@ -240,6 +240,7 @@ function normalizeReference (str) { |
|
|
// (remove this when node v10 is no longer supported).
|
|
|
// (remove this when node v10 is no longer supported).
|
|
|
//
|
|
|
//
|
|
|
if ('ẞ'.toLowerCase() === 'Ṿ') { |
|
|
if ('ẞ'.toLowerCase() === 'Ṿ') { |
|
|
|
|
|
/* c8 ignore next 2 */ |
|
|
str = str.replace(/ẞ/g, 'ß') |
|
|
str = str.replace(/ẞ/g, 'ß') |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|