Fix breaking multi-line CSV values on reading by Takshil-Kunadia · Pull Request #5939 · wp-cli/wp-cli

@Takshil-Kunadia

@Takshil-Kunadia

@thelovekesh

danielbachhuber

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, @Takshil-Kunadia !

Can you include some tests for this change? PHPUnit or Behat tests would be fine.

@Takshil-Kunadia

@Takshil-Kunadia

Thanks! @danielbachhuber . I have added Unit test for CSV Iterator and added basic tests along with the test that covers the intended scenario. Please review...

mrsdizzie

danielbachhuber

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR and the tests!