ruby/test/uri
naruse 4a50d447d9 * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.
It gets encoding argument to specify the character encoding.
  It now allows loose percent encoded strings, but denies ;-separator.
  [ruby-core:53475] [Bug #8103]

* lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.
  It gets encoding argument to convert before percent encode.
  Now UTF-16 strings aren't converted to UTF-8 before percent encode
  by default.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-04-25 05:27:41 +00:00
..
test_common.rb * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard. 2013-04-25 05:27:41 +00:00
test_ftp.rb * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//" 2012-08-30 00:22:11 +00:00
test_generic.rb * test/uri/test_generic.rb (URI#test_find_proxy): add tests with empty *_proxy env variables. 2012-07-22 16:55:55 +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 * lib/uri/common.rb (URI::Parser): new class. 2008-09-10 09:34:49 +00:00