1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* strip trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-04-26 15:57:04 +00:00
parent c26ab1ef1c
commit 0b98b9a95d
4 changed files with 38 additions and 38 deletions

View file

@ -331,7 +331,7 @@ class TestCSV::Table < TestCSV
table = CSV.parse(data, :headers => true)
assert_equal(["ra2", nil, "rb2"], table.delete("col2"))
end
def test_delete_if_row
######################
### Mixed/Row Mode ###