mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7619cb3d7d
commit
3a4de69e38
1 changed files with 4 additions and 4 deletions
|
@ -377,9 +377,9 @@ class TestGemServer < Gem::TestCase
|
||||||
assert_equal 200, @res.status
|
assert_equal 200, @res.status
|
||||||
assert_match 'xsshomepagegem 1', @res.body
|
assert_match 'xsshomepagegem 1', @res.body
|
||||||
|
|
||||||
# This verifies that the homepage for this spec is not displayed and is set to ".", because it's not a
|
# This verifies that the homepage for this spec is not displayed and is set to ".", because it's not a
|
||||||
# valid HTTP/HTTPS URL and could be unsafe in an HTML context. We would prefer to throw an exception here,
|
# valid HTTP/HTTPS URL and could be unsafe in an HTML context. We would prefer to throw an exception here,
|
||||||
# but spec.homepage is currently free form and not currently required to be a URL, this behavior may be
|
# but spec.homepage is currently free form and not currently required to be a URL, this behavior may be
|
||||||
# validated in future versions of Gem::Specification.
|
# validated in future versions of Gem::Specification.
|
||||||
#
|
#
|
||||||
# There are two variant we're checking here, one where rdoc is not present, and one where rdoc is present in the same regex:
|
# There are two variant we're checking here, one where rdoc is not present, and one where rdoc is present in the same regex:
|
||||||
|
@ -432,9 +432,9 @@ class TestGemServer < Gem::TestCase
|
||||||
assert_equal 200, @res.status
|
assert_equal 200, @res.status
|
||||||
assert_match 'invalidhomepagegem 1', @res.body
|
assert_match 'invalidhomepagegem 1', @res.body
|
||||||
|
|
||||||
# This verifies that the homepage for this spec is not displayed and is set to ".", because it's not a
|
# This verifies that the homepage for this spec is not displayed and is set to ".", because it's not a
|
||||||
# valid HTTP/HTTPS URL and could be unsafe in an HTML context. We would prefer to throw an exception here,
|
# valid HTTP/HTTPS URL and could be unsafe in an HTML context. We would prefer to throw an exception here,
|
||||||
# but spec.homepage is currently free form and not currently required to be a URL, this behavior may be
|
# but spec.homepage is currently free form and not currently required to be a URL, this behavior may be
|
||||||
# validated in future versions of Gem::Specification.
|
# validated in future versions of Gem::Specification.
|
||||||
#
|
#
|
||||||
# There are two variant we're checking here, one where rdoc is not present, and one where rdoc is present in the same regex:
|
# There are two variant we're checking here, one where rdoc is not present, and one where rdoc is present in the same regex:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue