--TEST-- File_CSV Test Case 027: Records with spaces around them but no quotes --FILE-- --EXPECT-- Format: fields: 3 sep: buff: (,) quote: buff: (_NULL_) Data: Array ( [0] => Array ( [0] => John [1] => Doe [2] => Bob ) [1] => Array ( [0] => John [1] => Doe [2] => Bob ) )