parsecsv / parsecsv-for-php

CSV data parser for PHP.
MIT License
678 stars 176 forks source link

Added another PHPUnit test for saving #178

Closed gogowitsch closed 1 year ago

gogowitsch commented 5 years ago

Also: minor code improvements, see commit messages.

jimeh commented 1 year ago

Hmm, after 3 years, is this PR still relevant?

gogowitsch commented 1 year ago

I finally fixed the expected string: '\r' were 2 characters, not 0x0d.

I solved the mystery with var_dump(bin2hex($expected));