Fixed missing identifier
This commit is contained in:
parent
640d60d644
commit
3ee09deb90
@ -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…
x
Reference in New Issue
Block a user