Merge branch 'master' into rsa

This commit is contained in:
Matt 2020-06-08 15:55:37 +01:00 committed by GitHub
commit d4ae241758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 2056 additions and 2407 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",