summaryrefslogtreecommitdiff
path: root/test/rdoc/support/text_formatter_test_case.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/support/text_formatter_test_case.rb')
0 files changed, 0 insertions, 0 deletions
td>Import CSV 3.0.8kou 2019-01-25Upgrade CSV to 3.0.4kou 2018-05-09Merge csv-1.0.2 from upstream.hsbt 2015-12-16Add frozen_string_literal: false for all filesnaruse 2014-06-10csv.rb: honor encoding optionnobu 2014-03-01* test/csv/test_data_converters.rb: use descriptive assertions.nobu 2013-09-24encdb.c, encoding.c: make BOM-encodings dummynobu 2013-09-24test_encodings.rb: remove BOM encodingsnobu 2012-08-21remove trainling spaces.nobu 2011-05-25* lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg2 2011-04-27* lib/csv.rb (CSV::open): suppress universal newline decorator.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* lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu 2010-12-25* lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu 2010-12-25* lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu 2010-12-25* lib/csv.rb, test/csv: should not assume $, invariant.nobu 2010-12-25* test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu 2010-11-17* lib/csv.rb: Upgrading output encoding with ASCII content jeg2 2010-11-16* lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg2 2009-08-16rescue Encoding::ConverterNotFoundError.naruse 2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu 2008-10-18* test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg2