aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/test_table.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/+13
* * test/csv/test_data_converters.rb: use descriptive assertions.nobu2014-03-011-5/+6
* * strip trailing spaces.nobu2011-04-261-1/+1
* * 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
* * test/csv/test_data_converters.rb, test/csv/test_table.rb: don'tnobu2010-12-251-5/+8
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-251-5/+5
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-231-0/+2
* * A bug fix for deleting blank Table rows from Andy Hartford.jeg22010-01-311-0/+6
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-59/+59
* * 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/+406