Remove trim from rail fence.

This commit is contained in:
Odyhibit 2025-02-21 20:40:37 -06:00
parent d3357d2acd
commit 2c32a64bfe
3 changed files with 13 additions and 2 deletions

View file

@ -528,4 +528,15 @@ TestRegister.addTests([
}
],
},
{
name: "Rail Fence Cipher Encode: Normal with Offset with Spaces",
input: "No one expects the spanish Inquisition.",
expectedOutput: " e n ut.ooeepcstesaihIqiiinNnxthpsnso",
recipeConfig: [
{
"op": "Rail Fence Cipher Encode",
"args": [3, 2]
}
],
},
]);