1
0
mirror of synced 2024-11-28 00:20:48 +01:00
This commit is contained in:
TheSavageTeddy 2022-11-25 22:32:23 +08:00
parent 897d2bef6e
commit 2bcfb693b7

View File

@ -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] }