mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Merge branch 'master' into rsa
This commit is contained in:
commit
d4ae241758
9 changed files with 2056 additions and 2407 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue