mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 07:21:02 -04:00
Fixed parsing error
This commit is contained in:
parent
20d866bcd1
commit
640d60d644
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ TestRegister.addTests([
|
|||
{
|
||||
name: "Testing ||| parsed to CSV",
|
||||
input: "|||",
|
||||
expectedOutput: "|""|""|""|""|",
|
||||
expectedOutput: "|||||",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "String to CSV",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue