1
0
mirror of synced 2025-01-18 15:54:08 +01:00

im dumb, please pass the test now

This commit is contained in:
TheSavageTeddy 2022-11-25 22:40:40 +08:00
parent 2bcfb693b7
commit f84c11f63d

View File

@ -54,7 +54,7 @@ TestRegister.addTests([
input: allZeroExample,
expectedOutput: allZeroOutput,
recipeConfig: [
{ "op": "From Base85",
{ "op": "To Base85",
"args": ["!-u"] }
]
},
@ -64,7 +64,7 @@ TestRegister.addTests([
expectedOutput: allZeroExample,
recipeConfig: [
{ "op": "From Base85",
"args": ["!-u", true] }
"args": ["!-u", true, "z"] }
]
},
]);