Fixed parsing error

This commit is contained in:
Vimal-Raghubir 2018-03-25 20:28:15 -04:00
parent 20d866bcd1
commit 640d60d644

View file

@ -46,7 +46,7 @@ TestRegister.addTests([
{ {
name: "Testing ||| parsed to CSV", name: "Testing ||| parsed to CSV",
input: "|||", input: "|||",
expectedOutput: "|""|""|""|""|", expectedOutput: "|||||",
recipeConfig: [ recipeConfig: [
{ {
op: "String to CSV", op: "String to CSV",