summaryrefslogtreecommitdiff
path: root/test/csv/test_table.rb
AgeCommit message (Expand)Author
2020-05-14Removed trailing spaces [ci skip]Nobuyoshi Nakada
2019-11-09Remove unneeded exec bits from some filesDavid Rodríguez
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
2016-09-07* lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumeratorktsj
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-03-01* test/csv/test_data_converters.rb: use descriptive assertions.nobu
2011-04-26* strip trailing spaces.nobu
2010-12-26* test/with_different_ofs.rb (DifferentOFS): should not affectnobu
2010-12-25* test/csv: DifferentOFS needs to be include in each classes.nobu
2010-12-25test/with_different_ofs.rb: fixed typos.nobu
2010-12-25* test/csv/test_data_converters.rb, test/csv/test_table.rb: don'tnobu
2010-12-25* lib/csv.rb, test/csv: should not assume $, invariant.nobu
2010-03-23* lib/csv.rb: Incorporating the fixes from the recentjeg2
2010-01-31* A bug fix for deleting blank Table rows from Andy Hartford.jeg2
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-25* lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg2
2008-10-18* test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg2