summaryrefslogtreecommitdiff
path: root/test/uri/test_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/uri] Fix splitting relative URINobuyoshi Nakada2022-10-131-0/+7
* [ruby/uri] Add URI::Generic#decoded_#{user,password}Jeremy Evans2022-05-121-0/+9
* [ruby/uri] Add tests for URI::RFC{2396,3986}_Parser#inspectJeremy Evans2021-04-221-0/+5
* Check for invalid hex escapes in URI#query=Jeremy Evans2019-10-081-0/+5
* set UTF-8 if given URI string is ASCIInaruse2018-03-221-0/+1
* fix error if the input is mixed Unicode and percent-escapesnaruse2018-03-081-0/+7
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError whenglass2014-09-271-0/+6
* * lib/uri/common.rb (URI::Parser): new class.akira2008-09-101-0/+41