aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/test_row.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/csv.rb: accept to use Range object for row selection.hsbt2015-06-171-0/+3
* * test/csv/test_row.rb: Added some missing tests in CSV.hsbt2014-09-051-0/+5
* * test/csv/test_data_converters.rb: use descriptive assertions.nobu2014-03-011-19/+20
* * lib/csv.rb: Optimize header hashes by freezing string keys.jeg22013-11-241-1/+6
* * 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
* * test/with_different_ofs.rb (DifferentOFS): should not affectnobu2010-12-261-1/+1
* * test/csv: DifferentOFS needs to be include in each classes.nobu2010-12-251-0/+2
* test/with_different_ofs.rb: fixed typos.nobu2010-12-251-2/+1
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-251-4/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-43/+43
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-251-2/+4
* * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg22008-10-181-0/+310