mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +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!!!
|
||
---|---|---|
.. | ||
test_column_separator.rb | ||
test_convert.rb | ||
test_each.rb | ||
test_general.rb | ||
test_header.rb | ||
test_inputs_scanner.rb | ||
test_invalid.rb | ||
test_liberal_parsing.rb | ||
test_quote_char_nil.rb | ||
test_read.rb | ||
test_rewind.rb | ||
test_row_separator.rb | ||
test_skip_lines.rb | ||
test_strip.rb | ||
test_unconverted_fields.rb |