mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
Fix typo in "Fork, Cond Jump, Encodings" test
This commit is contained in:
parent
8d4876a055
commit
7f0ce0da8d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ TestRegister.addTests([
|
|||
},
|
||||
{
|
||||
name: "Fork, Conditional Jump, Encodings",
|
||||
input: "Some data with a 1 in it\nSome data with a 2 in it",
|
||||
input: "Some data with a 1 in it\nSome data with a 2 in it\n",
|
||||
expectedOutput: "U29tZSBkYXRhIHdpdGggYSAxIGluIGl0\n53 6f 6d 65 20 64 61 74 61 20 77 69 74 68 20 61 20 32 20 69 6e 20 69 74\n",
|
||||
recipeConfig: [
|
||||
{"op":"Fork", "args":["\\n", "\\n", false]},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue