summaryrefslogtreecommitdiffstats
path: root/test/csv/test_features.rb
Commit message (Collapse)AuthorAgeFilesLines
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-251-2/+4
| | | | | | | | | | | | | 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: http://svn.ruby-lang.org/repos/ruby/trunk@19931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg22008-10-181-0/+265
testing process. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e