ruby/test/csv/write
Sutou Kouhei 178649e6dc
[ruby/csv] force_quotes: add support for specifying the target indexes or names
GitHub: fix GH-153

Reported by Aleksandr. Thanks!!!

https://github.com/ruby/csv/commit/8812c58a26
2020-07-20 02:32:54 +09:00
..
test_converters.rb [ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work with non String 2020-07-20 02:32:50 +09:00
test_force_quotes.rb [ruby/csv] force_quotes: add support for specifying the target indexes or names 2020-07-20 02:32:54 +09:00
test_general.rb [ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111) 2020-07-20 02:32:49 +09:00
test_quote_empty.rb