ruby/test/uri
naruse 9381cd1184 * lib/uri/generic.rb (URI::Generic.build): duplicate args before adding
new items. (don't change arguments)

* lib/uri/generic.rb (URI::Generic.build): use URI::Generic::COMPONENT
  if this method is called from URI::Generic.

* lib/uri/generic.rb (URI::Generic.build2): escape only if the item is
  a String.

* lib/uri/generic.rb (URI::Generic.build2): use DEFAULT_PARSER because
  it doesn't have parser method. [Bug #6420]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-18 07:32:08 +00:00
..
test_common.rb * test/uri/test_common.rb (TestCommon#test_encode_www_form): add 2010-12-06 10:01:42 +00:00
test_ftp.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_generic.rb * lib/uri/generic.rb (URI::Generic.build): duplicate args before adding 2012-05-18 07:32:08 +00:00
test_http.rb * lib/net/http.rb (URI::HTTP#request_uri): return nil when the uri 2011-06-03 00:32:25 +00:00
test_ldap.rb * lib/uri/common.rb (URI::Parser#initialize_pattern): 2010-12-06 01:41:10 +00:00
test_mailto.rb * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change of 2012-01-23 08:12:52 +00:00
test_parser.rb