Fix bug in Normalise Unicode operation: replace nfc by nfkc

This commit is contained in:
Matthieu 2020-05-12 22:30:11 +02:00 committed by d98762625
parent d720a6b250
commit 738ee33959
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ TestRegister.addTests([
}, {
name: "Normalise Unicode - NFKC",
input: "\u00c7\u0043\u0327\u2160",
expectedMatch: /\u00C7\u00C7\u2160/,
expectedMatch: /\u00C7\u00C7I/,
recipeConfig: [
{
op: "Normalise Unicode",