Fixed parsing error
This commit is contained in:
parent
20d866bcd1
commit
640d60d644
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user