Merge branch 'numberRot' of https://github.com/n1073645/CyberChef into n1073645-numberRot

This commit is contained in:
n1474335 2021-02-01 14:37:30 +00:00
commit 7cf19d22a8
2 changed files with 16 additions and 7 deletions

View file

@ -131,7 +131,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "ROT13",
args: [true, true, 13]
args: [true, true, true, 13]
},
],
},
@ -142,7 +142,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "ROT13",
args: [true, true, 13]
args: [true, true, true, 13]
},
],
},
@ -153,7 +153,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "ROT13",
args: [true, true, 26]
args: [true, true, true, 26]
},
],
},
@ -164,7 +164,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "ROT13",
args: [true, false, 13]
args: [true, false, false, 13]
},
],
},
@ -175,7 +175,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "ROT13",
args: [false, true, 13]
args: [false, true, false, 13]
},
],
},