summaryrefslogtreecommitdiff
path: root/test/csv
AgeCommit message (Expand)Author
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
2016-09-07* lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumeratorktsj
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-01-01Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg2
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-17* lib/csv.rb: accept to use Range object for row selection.hsbt
2014-09-05* test/csv/test_row.rb: Added some missing tests in CSV.hsbt
2014-06-26* test/with_different_ofs.rb: move into test library directory.hsbt
2014-06-10csv.rb: honor encoding optionnobu
2014-05-29* lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr
2014-05-26test_features.rb: fix up r46123nobu
2014-05-25* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak
2014-04-01* lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg2
2014-04-01* lib/csv.rb: Don't attempt to convert nil headers.jeg2
2014-03-20* lib/csv.rb: Fixed a broken regular expression that was causingjeg2
2014-03-01* test/csv/test_data_converters.rb: use descriptive assertions.nobu
2013-11-24* lib/csv.rb: Optimize header hashes by freezing string keys.jeg2
2013-11-23* lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg2
2013-10-04csv.rb: foreach enumeratornobu
2013-09-24encdb.c, encoding.c: make BOM-encodings dummynobu