mirror of
https://github.com/gchq/CyberChef.git
synced 2025-07-03 11:22:22 -04:00
fix the test error
This commit is contained in:
parent
4b5e631eec
commit
707562ae34
2 changed files with 13 additions and 2 deletions
|
@ -16,7 +16,18 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "From Base91",
|
||||
args: ["A-Za-z0-9!#$%&()*+,./:;<=>?@[]^_`{|}~""],
|
||||
args: ["A-Za-z0-9!#$%&()*+,./:;<=>?@[]^_`{|}~\""],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "To Base91: First",
|
||||
input: "idevlab",
|
||||
expectedOutput: "lM_1Z<jNG",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "To Base91",
|
||||
args: ["A-Za-z0-9!#$%&()*+,./:;<=>?@[]^_`{|}~\""],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue