mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 07:45:00 -04:00
Fix typo in Cut test
This commit is contained in:
parent
06f95edd2e
commit
1ab3baf7be
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ TestRegister.addTests([
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "Cut",
|
op: "Cut",
|
||||||
args: ["User defined", "2-1", "\\n", "\\n", ",", ","],
|
args: ["User defined", "1-0", "\\n", "\\n", ",", ","],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue