aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_encodings.rb: remove BOM encodingsnobu2013-09-241-0/+1
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-22/+22
* * lib/csv.rb: Remove the dangerous serialization feature.jeg22013-02-052-159/+0
* * lib/csv.rb: Added more Hash methods to CSV::Row.jeg22012-12-271-0/+27
* * lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]jeg22012-12-071-1/+5
* remove trainling spaces.nobu2012-08-212-3/+3
* * lib/csv.rb: Fixes #161 on githubjeg22012-08-201-0/+33
* * test/csv/test_features.rb: add require for Tempfile.nagachika2012-07-072-0/+2
* test: fix test conditionsnobu2012-05-081-3/+6
* test: why believe source directories are writable always?nobu2012-05-083-9/+18
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-0/+15
* * lib/csv.rb: Enhance each() to support Enumerator.jeg22011-05-261-0/+8
* * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg22011-05-252-4/+15
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-0/+15
* * strip trailing spaces.nobu2011-04-263-34/+34
* * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,sorah2011-02-221-1/+1
* * test/with_different_ofs.rb (DifferentOFS): should not affectnobu2010-12-2610-10/+10
* * test/csv: DifferentOFS needs to be include in each classes.nobu2010-12-2511-1/+19
* test/with_different_ofs.rb: fixed typos.nobu2010-12-2511-21/+10
* * test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu2010-12-251-14/+3
* * test/csv/test_data_converters.rb, test/csv/test_table.rb: don'tnobu2010-12-252-13/+17
* * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu2010-12-251-0/+17
* * test/csv/base.rb (TestCSV.with_diffrent_ofs): give name tonobu2010-12-251-1/+1
* * lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu2010-12-251-1/+17
* * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu2010-12-251-4/+3
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-2511-47/+69
* * test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu2010-12-251-2/+5
* * lib/csv.rb: Upgrading output encoding with ASCII content jeg22010-11-171-0/+8
* * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg22010-11-161-30/+38
* * lib/csv.rb: Fixing a bug that prevented CSV from parsingjeg22010-06-251-0/+16
* * test/csv/test_interface.rb (test_write_hash): may need to set binary modeusa2010-05-191-5/+5
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-233-1/+20
* * A bug fix for deleting blank Table rows from Andy Hartford.jeg22010-01-311-0/+6