ruby/test/uri
knu b53ec390d1 Allow empty path components in a URI [Bug #8352]
* generic.rb (URI::Generic#merge, URI::Generic#route_to): Fix a bug
  where a sequence of slashes in the path part gets collapsed to a
  single slash.  According to the relevant RFCs and WHATWG URL
  Standard, empty path components are simply valid and there is no
  special treatment defined for them, so we just keep them as they
  are.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-14 01:11:28 +00:00
..
test_common.rb
test_ftp.rb
test_generic.rb Allow empty path components in a URI [Bug #8352] 2017-12-14 01:11:28 +00:00
test_http.rb * lib/uri/http.rb: Documentation and code style imrovements. 2016-09-30 10:06:24 +00:00
test_ldap.rb
test_mailto.rb test_mailto.rb: overwritten methods 2016-12-17 00:58:47 +00:00
test_parser.rb