Browse Source

Merge d174fff54f into b4a9b659ef

pull/1073/merge
Tatsunori Uchino 2 months ago
committed by GitHub
parent
commit
903f9a7e82
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      lib/common/utils.mjs

1
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, 'ß')
} }

Loading…
Cancel
Save