As of revision 91045821c91b63a10254929c51361ccecd6583c5, if the file ends before a quoted cell closes, it currently succeeds silently instead of throwing an error. (The final unclosed quoted cell and the final newline are not yielded by the iterator.)
Silently succeeding instead of throwing an error is behavior that most users would not expect, so this should be fixed.
As of revision
91045821c91b63a10254929c51361ccecd6583c5, if the file ends before a quoted cell closes, it currently succeeds silently instead of throwing an error. (The final unclosed quoted cell and the final newline are not yielded by the iterator.)Silently succeeding instead of throwing an error is behavior that most users would not expect, so this should be fixed.