Merge remote-tracking branch 'upstream/master'

This commit is contained in:
j83305 2020-05-28 09:54:28 +01:00
commit 11c2bae53d
9 changed files with 2053 additions and 2404 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",