ruby/test/csv
Sutou Kouhei 4fcfa85cb6
[ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field as the expected encoding
See also: https://github.com/ruby/stringio/issues/13#issuecomment-660543554

https://github.com/ruby/csv/commit/004cf49d18
2020-07-20 02:32:55 +09:00
..
interface [ruby/csv] Add `invalid: :replace` for `CSV.open` (#130) 2020-07-20 02:32:52 +09:00
parse [ruby/csv] Fix a parse bug when split character exists in middle of column value 2020-07-20 02:32:49 +09:00
write [ruby/csv] force_quotes: add support for specifying the target indexes or names 2020-07-20 02:32:54 +09:00
helper.rb [ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111) 2020-07-20 02:32:49 +09:00
line_endings.gz * lib/csv.rb: Import the FasterCSV source as the new CSV class. 2007-12-25 02:46:26 +00:00
test_data_converters.rb Remove unneeded exec bits from some files 2019-11-09 21:36:30 +09:00
test_encodings.rb [ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field as the expected encoding 2020-07-20 02:32:55 +09:00
test_features.rb Remove unneeded exec bits from some files 2019-11-09 21:36:30 +09:00
test_row.rb [ruby/csv] Make CSV::Row#dup return a usable Row (#108) 2020-07-20 02:32:49 +09:00
test_table.rb Removed trailing spaces [ci skip] 2020-05-14 19:57:39 +09:00