summaryrefslogtreecommitdiff
path: root/test/csv
AgeCommit message (Expand)Author
2020-11-24[ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei
2020-11-24[ruby/csv] Fix CSV.filter to preserve headers (#174)Burdette Lamar
2020-07-20[ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field a...Sutou Kouhei
2020-07-20[ruby/csv] force_quotes: add support for specifying the target indexes or namesSutou Kouhei
2020-07-20[ruby/csv] Add `invalid: :replace` for `CSV.open` (#130)Koichi ITO
2020-07-20[ruby/csv] Fix an error for `CSV.open` (#131)Koichi ITO
2020-07-20[ruby/csv] Add `undef: :replace` for `CSV.open` (#129)Koichi ITO
2020-07-20[ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work wit...Sutou Kouhei
2020-07-20[ruby/csv] Revert "test: use binary mode explicitly for Ruby 2.7"Sutou Kouhei
2020-07-20[ruby/csv] test: use binary mode explicitly for Ruby 2.7Sutou Kouhei
2020-07-20[ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei
2020-07-20[ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111)Seiei Miyagi
2020-07-20[ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald
2020-07-20[ruby/csv] Make CSV::Row#dup return a usable Row (#108)Jim Kane
2020-07-20[ruby/csv] Suppress warningsSutou Kouhei
2020-07-20Revert "test/csv/write/test_general.rb: suppress warnings"Nobuyoshi Nakada
2020-05-14Removed trailing spaces [ci skip]Nobuyoshi Nakada
2020-02-26Fixed for older versionsNobuyoshi Nakada
2020-02-25Increase timeout for CSV test with --jit-waitTakashi Kokubun
2019-11-09Remove unneeded exec bits from some filesDavid Rodríguez
2019-10-15test/csv/write/test_general.rb: suppress warningsYusuke Endoh
2019-10-12Import CSV 3.1.2 (#2547)Sutou Kouhei
2019-09-06Fix keyword argument warnings in the tests from Class#newJeremy Evans
2019-08-30Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans
2019-08-30Fix keyword argument separation warnings in testJeremy Evans
2019-08-08Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA
2019-07-14[ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou
2019-07-14[ruby/csv] Don't raise on eof?Kouhei Sutou
2019-07-09Restore support library for only test files that are digest and csv.Hiroshi SHIBATA
2019-07-02with_different_ofs.rb has been moved tooNobuyoshi Nakada
2019-06-30Removed unused variablesNobuyoshi Nakada
2019-04-15Import CSV 3.0.9kou
2019-04-14Import CSV 3.0.8kou
2019-01-25Upgrade CSV to 3.0.4kou
2018-12-23remove trailing spaces [ci skip]nobu
2018-12-23Import CSV 3.0.2kou
2018-09-05Merge csv-3.0.0 from ruby/csv repository.hsbt
2018-05-09Merge csv-1.0.2 from upstream.hsbt
2018-04-17test/csv/test_features.rb: enable accidentally-disabled assertionsmame
2017-09-26test_features.rb: fix unused variable warningk0kubun
2017-08-22Fixed regression to convert blank value at r45497.hsbt
2017-08-22Gracefully handle CSV IO when file descriptor closed.hsbt
2017-08-22Fixed equality method fails when given the object that doesn't support table ...hsbt
2017-08-22Fixed to write_headers option behavior when given no rows.hsbt
2017-08-22Escape skip_lines string before convert to Regexp.hsbt
2017-07-28csv.rb: fix incompatibility introduced in r59428glass
2017-07-27csv.rb: use keyword parametersglass
2017-05-16Strip punctuation from CSV headers in symbol converter.hsbt
2017-05-16Added accessor of original line when parsing.hsbt
2017-01-23csv.rb: fix field_size_limit checknobu