mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/csv.rb: fix incompatibility introduced in r59428.
CSV.new takes options as keyword arguments.
* test/csv/test_features.rb: add a test to ensure it raises error againt
unknown options
* test/csv/test_features.rb: add a test to ensure row_sep option is properly
applied
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
||
|---|---|---|
| .. | ||
| base.rb | ||
| line_endings.gz | ||
| test_csv_parsing.rb | ||
| test_csv_writing.rb | ||
| test_data_converters.rb | ||
| test_encodings.rb | ||
| test_features.rb | ||
| test_headers.rb | ||
| test_interface.rb | ||
| test_row.rb | ||
| test_table.rb | ||
| ts_all.rb | ||