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