mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
![]() GitHub: fix https://github.com/ruby/csv/pull/279
It's happen when:
* `keep_start`/`keep_{drop,back}` are nested.
(e.g.: `strip: true, skip_lines: /.../`)
* Row separator is `\r\n`.
* `InputScanner` is used. (Small input doesn't use `InputScanner`)
Reported by Gabriel Nagy. Thanks!!!
|
||
---|---|---|
.. | ||
interface | ||
parse | ||
write | ||
helper.rb | ||
line_endings.gz | ||
test_data_converters.rb | ||
test_encodings.rb | ||
test_features.rb | ||
test_patterns.rb | ||
test_row.rb | ||
test_table.rb |