mirror of
https://github.com/gchq/CyberChef
synced 2026-01-21 03:43:47 +00:00
fix
This commit is contained in:
@@ -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] }
|
||||
|
||||
Reference in New Issue
Block a user