aboutsummaryrefslogtreecommitdiffstats
path: root/test/uri/test_common.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* uri/common.rb: use negative look-aheadnobu2014-08-251-0/+3
* suppress warnings: URI.regexp is obsoletenaruse2014-06-271-11/+13
* * test/uri/test_common.rb: use `require_relative` for parallel test.nobu2014-06-231-1/+1
* suppress warnings of URI.extractnaruse2014-06-231-15/+18
* * lib/uri/common.rb (URI.decode_www_form_component):sorah2013-07-311-0/+3
* * lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse2013-05-181-0/+2
* * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse2013-04-251-8/+46
* * test/uri/test_common.rb (TestCommon#test_encode_www_form): addkazu2010-12-061-0/+5
* * lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosionnobu2010-11-291-0/+2
* * lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse2010-09-301-0/+15
* * lib/uri/common.rb (decode_www_form_component): validate.naruse2010-04-101-0/+2
* * lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse2010-04-091-1/+7
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-211-4/+6
* * lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse2010-03-171-7/+19
* * lib/uri/common.rb (URI.encode_www_form): new method tonaruse2010-03-121-0/+25
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-7/+7
* use ML ref. for assertion message.akr2007-11-181-3/+2
* * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr2004-07-051-0/+7
* * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine2003-12-081-0/+14
* * test/uri/*: translated RUNIT to Test::Unit.akira2003-10-051-20/+6
* * test/uri/* (6 files): added.akira2003-10-041-0/+49