Merge branch 'master' of github.com:gchq/CyberChef into simplify-recipe

This commit is contained in:
d98762625 2020-06-05 10:30:30 +01:00
commit 8b2bde0be8
9 changed files with 2165 additions and 1925 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",