Fixed missing identifier

This commit is contained in:
Vimal-Raghubir 2018-03-25 20:34:27 -04:00
parent 640d60d644
commit 3ee09deb90

View file

@ -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",