--TEST-- File_CSV Test Case 032: One row, four fields that are multiline with out a EOL and span couple of lines --FILE-- --EXPECT-- Format: Array ( [fields] => 4 [sep] => , [quote] => " ) Data: Array ( [0] => Array ( [0] => I'm multiline Field that spans over couple of rather odd sections of the world [1] => Helgi [2] => foobar [3] => And I'm another ) )