1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/uri
akira f461a6b8e5 * lib/uri/generic.rb (URI::Generic#merge_path):
"URI('http://www.example.com/foo/..') + './'" should return
  "URI('http://www.example.com/')".  [ruby-list:39838]
  "URI('http://www.example.com/') + './foo/bar/..'" should return
  "URI('http://www.example.com/foo/')".  [ruby-list:39844]

* test/uri/test_generic.rb (TestGeneric#test_merge): added tests.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-07-13 10:50:26 +00:00
..
common.rb * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs. 2004-07-05 14:06:10 +00:00
ftp.rb * lib/uri.rb: Documented (thanks Dmitry V. Sabanin). 2004-03-24 11:53:31 +00:00
generic.rb * lib/uri/generic.rb (URI::Generic#merge_path): 2004-07-13 10:50:26 +00:00
http.rb * lib/uri.rb: Documented (thanks Dmitry V. Sabanin). 2004-03-24 11:53:31 +00:00
https.rb * lib/uri.rb: Documented (thanks Dmitry V. Sabanin). 2004-03-24 11:53:31 +00:00
ldap.rb * lib/uri.rb: Documented (thanks Dmitry V. Sabanin). 2004-03-24 11:53:31 +00:00
mailto.rb * lib/uri.rb: Documented (thanks Dmitry V. Sabanin). 2004-03-24 11:53:31 +00:00