ruby/test/csv
Sutou Kouhei d6d60d4287 [ruby/csv] Fix a bug that the same line is used multiple times
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
2023-06-28 16:37:10 +09:00
..
interface Merge csv-3.2.6 2022-12-09 16:36:22 +09:00
parse [ruby/csv] Fix a bug that the same line is used multiple times 2023-06-28 16:37:10 +09:00
write [ruby/csv] test: rename Helper to CSVHelper 2023-05-25 01:44:17 +09:00
helper.rb [ruby/csv] test: rename Helper to CSVHelper 2023-05-25 01:44:17 +09:00
line_endings.gz
test_data_converters.rb Merge csv-3.2.6 2022-12-09 16:36:22 +09:00
test_encodings.rb [ruby/csv] test: rename Helper to CSVHelper 2023-05-25 01:44:17 +09:00
test_features.rb
test_patterns.rb Merge csv-3.2.6 2022-12-09 16:36:22 +09:00
test_row.rb [ruby/csv] Make CSV::Row#dup return a usable Row (#108) 2020-07-20 02:32:49 +09:00
test_table.rb Merge csv-3.2.6 2022-12-09 16:36:22 +09:00