mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test: remove or replace trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
97de2b36e9
commit
13d3f023c6
6 changed files with 23 additions and 23 deletions
|
@ -91,11 +91,11 @@ EOF
|
|||
def test_search_response_of_yahoo
|
||||
parser = Net::IMAP::ResponseParser.new
|
||||
response = parser.parse(<<EOF.gsub(/\n/, "\r\n").taint)
|
||||
* SEARCH 1
|
||||
* SEARCH 1\s
|
||||
EOF
|
||||
assert_equal [1], response.data
|
||||
response = parser.parse(<<EOF.gsub(/\n/, "\r\n").taint)
|
||||
* SEARCH 1 2 3
|
||||
* SEARCH 1 2 3\s
|
||||
EOF
|
||||
assert_equal [1, 2, 3], response.data
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue