ruby--ruby/test/csv
jeg2 dfda5877ca * lib/csv.rb: Fixed a bug in read_to_char() that would slurp
whole files if the encoding was invalid.  It will now read
  up to 10 bytes ahead to find a valid character boundary or
  give up.  [ruby-core:19465]
* test/csv/test_features.rb, test/csv/test_table.rb, test/csv/test_row.rb:
  Loosened some tests to check for a compatible? Encoding instea
  of an exact Encoding.  [ruby-core:19470]



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-10-25 00:54:38 +00: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_csv_parsing.rb * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's 2008-10-18 15:30:24 +00:00
test_csv_writing.rb * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's 2008-10-18 15:30:24 +00:00
test_data_converters.rb * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's 2008-10-18 15:30:24 +00:00
test_encodings.rb * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's 2008-10-18 15:30:24 +00:00
test_features.rb * lib/csv.rb: Fixed a bug in read_to_char() that would slurp 2008-10-25 00:54:38 +00:00
test_headers.rb * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's 2008-10-18 15:30:24 +00:00
test_interface.rb * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's 2008-10-18 15:30:24 +00:00
test_row.rb * lib/csv.rb: Fixed a bug in read_to_char() that would slurp 2008-10-25 00:54:38 +00:00
test_serialization.rb * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's 2008-10-18 15:30:24 +00:00
test_table.rb * lib/csv.rb: Fixed a bug in read_to_char() that would slurp 2008-10-25 00:54:38 +00:00
ts_all.rb * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's 2008-10-18 15:30:24 +00:00