--TEST-- File_CSV Test Case 023: Only one field that's multiline with out a EOL and a potential quote inside quotes --FILE-- --EXPECT-- Format: Array ( [fields] => 1 [sep] => , [quote] => ' ) Data: Array ( [0] => Array ( [0] => I"m multiline Field ) )