fix
This commit is contained in:
parent
897d2bef6e
commit
2bcfb693b7
@ -50,18 +50,18 @@ TestRegister.addTests([
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "From Base85",
|
name: "To Base85",
|
||||||
input: allZeroExample,
|
input: allZeroExample,
|
||||||
expectedOutput: allZeroOutput,
|
expectedOutput: allZeroOutput,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{ "op": "From Base85",
|
{ "op": "From Base85",
|
||||||
"args": ["!-u", false] }
|
"args": ["!-u"] }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "From Base85",
|
name: "From Base85",
|
||||||
input: allZeroExample,
|
input: allZeroOutput,
|
||||||
expectedOutput: allZeroOutput,
|
expectedOutput: allZeroExample,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{ "op": "From Base85",
|
{ "op": "From Base85",
|
||||||
"args": ["!-u", true] }
|
"args": ["!-u", true] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user