зеркало из https://github.com/github/ruby.git
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!!! https://github.com/ruby/csv/commit/183635ab56 |
||
---|---|---|
.. | ||
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 |