mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
im dumb, please pass the test now
This commit is contained in:
parent
2bcfb693b7
commit
f84c11f63d
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ TestRegister.addTests([
|
||||||
input: allZeroExample,
|
input: allZeroExample,
|
||||||
expectedOutput: allZeroOutput,
|
expectedOutput: allZeroOutput,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{ "op": "From Base85",
|
{ "op": "To Base85",
|
||||||
"args": ["!-u"] }
|
"args": ["!-u"] }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -64,7 +64,7 @@ TestRegister.addTests([
|
||||||
expectedOutput: allZeroExample,
|
expectedOutput: allZeroExample,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{ "op": "From Base85",
|
{ "op": "From Base85",
|
||||||
"args": ["!-u", true] }
|
"args": ["!-u", true, "z"] }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue