aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unused variablesNobuyoshi Nakada2019-06-301-1/+0
* Import CSV 3.0.9kou2019-04-151-1/+1
* Import CSV 3.0.8kou2019-04-1416-534/+993
* Upgrade CSV to 3.0.4kou2019-01-2519-511/+788
* remove trailing spaces [ci skip]nobu2018-12-231-1/+1
* Import CSV 3.0.2kou2018-12-235-62/+240
* Merge csv-3.0.0 from ruby/csv repository.hsbt2018-09-056-98/+126
* Merge csv-1.0.2 from upstream.hsbt2018-05-0910-43/+302
* test/csv/test_features.rb: enable accidentally-disabled assertionsmame2018-04-171-10/+8
* test_features.rb: fix unused variable warningk0kubun2017-09-261-1/+1
* Fixed regression to convert blank value at r45497.hsbt2017-08-221-0/+9
* Gracefully handle CSV IO when file descriptor closed.hsbt2017-08-221-0/+8
* Fixed equality method fails when given the object that doesn't support table ...hsbt2017-08-221-0/+3
* Fixed to write_headers option behavior when given no rows.hsbt2017-08-221-0/+13
* Escape skip_lines string before convert to Regexp.hsbt2017-08-221-0/+9
* csv.rb: fix incompatibility introduced in r59428glass2017-07-282-0/+12
* csv.rb: use keyword parametersglass2017-07-271-6/+0
* Strip punctuation from CSV headers in symbol converter.hsbt2017-05-161-0/+7
* Added accessor of original line when parsing.hsbt2017-05-161-0/+14