aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/test_encodings.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* csv.rb: honor encoding optionnobu2014-06-101-0/+8
* * test/csv/test_data_converters.rb: use descriptive assertions.nobu2014-03-011-20/+10
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-241-1/+0
* test_encodings.rb: remove BOM encodingsnobu2013-09-241-0/+1
* remove trainling spaces.nobu2012-08-211-1/+1
* * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg22011-05-251-3/+14
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-0/+15
* * strip trailing spaces.nobu2011-04-261-32/+32
* * 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/+2
* * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu2010-12-251-0/+17
* * 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-251-8/+8
* * 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
* rescue Encoding::ConverterNotFoundError.naruse2009-08-161-2/+6
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-31/+31
* * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg22008-10-181-0/+256