aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/test_features.rb
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-161-0/+1
* * 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: Fixed a broken regular expression that was causingjeg22014-03-201-0/+8
* * test/csv/test_data_converters.rb: use descriptive assertions.nobu2014-03-011-16/+14
* * lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg22013-11-231-2/+9
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-22/+22
* remove trainling spaces.nobu2012-08-211-2/+2
* * lib/csv.rb: Fixes #161 on githubjeg22012-08-201-0/+33
* * test/csv/test_features.rb: add require for Tempfile.nagachika2012-07-071-0/+1
* test: fix test conditionsnobu2012-05-081-3/+6
* test: why believe source directories are writable always?nobu2012-05-081-4/+8
* * 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-3/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-37/+37
* * 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/+265