aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
Commit message (Expand)AuthorAgeFilesLines
* 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
* csv.rb: fix field_size_limit checknobu2017-01-231-0/+22
* * lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumeratorktsj2016-09-072-2/+82
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-3/+3
* Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg22016-01-011-0/+23
* Add frozen_string_literal: false for all filesnaruse2015-12-1611-0/+11
* * lib/csv.rb: accept to use Range object for row selection.hsbt2015-06-172-0/+6
* * test/csv/test_row.rb: Added some missing tests in CSV.hsbt2014-09-052-0/+18
* * test/with_different_ofs.rb: move into test library directory.hsbt2014-06-261-1/+1
* csv.rb: honor encoding optionnobu2014-06-101-0/+8
* * lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr2014-05-291-0/+2
* test_features.rb: fix up r46123nobu2014-05-261-6/+8
* * lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak2014-05-251-0/+6
* * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg22014-04-011-3/+4
* * lib/csv.rb: Don't attempt to convert nil headers.jeg22014-04-011-0/+7
* * lib/csv.rb: Fixed a broken regular expression that was causingjeg22014-03-201-0/+8
* * test/csv/test_data_converters.rb: use descriptive assertions.nobu2014-03-017-75/+65
* * lib/csv.rb: Optimize header hashes by freezing string keys.jeg22013-11-242-1/+25
* * lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg22013-11-231-2/+9
* csv.rb: foreach enumeratornobu2013-10-041-0/+6
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-241-1/+0