aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
Commit message (Expand)AuthorAgeFilesLines
* [ruby/csv] Add CSV::InvalidEncodingErrorKosuke Shibata2023-10-032-6/+6
* [ruby/csv] Fix a bug that the same line is used multiple timesSutou Kouhei2023-06-281-0/+8
* [ruby/csv] Support RJIT (https://github.com/ruby/csv/pull/281)Nobuyoshi Nakada2023-05-251-8/+15
* [ruby/csv] test: rename Helper to CSVHelperLuke Gruber2023-05-256-6/+6
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* [ruby/csv] test: use mailing list ID instead of unavailable URLSutou Kouhei2023-02-211-1/+1
* [ruby/csv] Use https links instead of httpVivek Bharath Akupatni2023-02-211-2/+2
* Reapply the following commits related to extend timeout value.Hiroshi SHIBATA2022-12-091-1/+8
* Merge csv-3.2.6Hiroshi SHIBATA2022-12-0912-14/+481
* Respect RUBY_TESTOPTS on test-all (https://github.com/Shopify/ruby/pull/435)Takashi Kokubun2022-08-291-0/+3
* [ruby/csv] test: reduce size for stability on GitHub ActionsSutou Kouhei2021-12-241-1/+1
* [ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei2021-12-241-37/+0
* [ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei2021-12-241-0/+37
* [ruby/csv] Add handling for ambiguous parsing options (https://github.com/rub...adamroyjones2021-12-241-0/+29
* [ruby/csv] Fix typos [ci skip] (https://github.com/ruby/csv/pull/224)Nobuyoshi Nakada2021-12-242-2/+2
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* [ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm1552021-10-242-0/+66
* [ruby/csv] CSV(): Add support for Ruby 3 (https://github.com/ruby/csv/pull/215)Anthony Hernandez2021-10-241-0/+9
* [ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman2021-10-241-0/+13
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* [ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei2020-11-241-0/+6
* [ruby/csv] Fix CSV.filter to preserve headers (#174)Burdette Lamar2020-11-241-1/+66
* [ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field a...Sutou Kouhei2020-07-201-0/+12
* [ruby/csv] force_quotes: add support for specifying the target indexes or namesSutou Kouhei2020-07-201-0/+78
* [ruby/csv] Add `invalid: :replace` for `CSV.open` (#130)Koichi ITO2020-07-201-0/+30
* [ruby/csv] Fix an error for `CSV.open` (#131)Koichi ITO2020-07-201-0/+10
* [ruby/csv] Add `undef: :replace` for `CSV.open` (#129)Koichi ITO2020-07-201-0/+22
* [ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work wit...Sutou Kouhei2020-07-201-4/+4
* [ruby/csv] Revert "test: use binary mode explicitly for Ruby 2.7"Sutou Kouhei2020-07-201-1/+1
* [ruby/csv] test: use binary mode explicitly for Ruby 2.7Sutou Kouhei2020-07-201-1/+1
* [ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei2020-07-201-0/+5
* [ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111)Seiei Miyagi2020-07-203-24/+36
* [ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald2020-07-201-0/+7
* [ruby/csv] Make CSV::Row#dup return a usable Row (#108)Jim Kane2020-07-201-0/+3
* [ruby/csv] Suppress warningsSutou Kouhei2020-07-201-2/+16
* Revert "test/csv/write/test_general.rb: suppress warnings"Nobuyoshi Nakada2020-07-201-4/+0
* Removed trailing spaces [ci skip]Nobuyoshi Nakada2020-05-141-1/+1
* Fixed for older versionsNobuyoshi Nakada2020-02-261-1/+4
* Increase timeout for CSV test with --jit-waitTakashi Kokubun2020-02-251-1/+2
* Remove unneeded exec bits from some filesDavid Rodríguez2019-11-095-0/+0
* test/csv/write/test_general.rb: suppress warningsYusuke Endoh2019-10-151-0/+4
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-126-16/+68
* Fix keyword argument warnings in the tests from Class#newJeremy Evans2019-09-062-3/+3
* Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans2019-08-302-11/+11
* Fix keyword argument separation warnings in testJeremy Evans2019-08-302-7/+7
* Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA2019-08-081-1/+1
* [ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou2019-07-141-0/+30
* [ruby/csv] Don't raise on eof?Kouhei Sutou2019-07-141-0/+3
* Restore support library for only test files that are digest and csv.Hiroshi SHIBATA2019-07-091-1/+1
* with_different_ofs.rb has been moved tooNobuyoshi Nakada2019-07-021-1/+1