mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
fix
This commit is contained in:
parent
897d2bef6e
commit
2bcfb693b7
1 changed files with 4 additions and 4 deletions
|
@ -50,18 +50,18 @@ TestRegister.addTests([
|
|||
]
|
||||
},
|
||||
{
|
||||
name: "From Base85",
|
||||
name: "To Base85",
|
||||
input: allZeroExample,
|
||||
expectedOutput: allZeroOutput,
|
||||
recipeConfig: [
|
||||
{ "op": "From Base85",
|
||||
"args": ["!-u", false] }
|
||||
"args": ["!-u"] }
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "From Base85",
|
||||
input: allZeroExample,
|
||||
expectedOutput: allZeroOutput,
|
||||
input: allZeroOutput,
|
||||
expectedOutput: allZeroExample,
|
||||
recipeConfig: [
|
||||
{ "op": "From Base85",
|
||||
"args": ["!-u", true] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue