summaryrefslogtreecommitdiff
path: root/test/uri/test_parser.rb
AgeCommit message (Expand)Author
2022-05-12[ruby/uri] Add URI::Generic#decoded_#{user,password}Jeremy Evans
2021-04-22[ruby/uri] Add tests for URI::RFC{2396,3986}_Parser#inspectJeremy Evans
2019-10-08Check for invalid hex escapes in URI#query=Jeremy Evans
2018-03-22set UTF-8 if given URI string is ASCIInaruse
2018-03-08fix error if the input is mixed Unicode and percent-escapesnaruse
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-09-27* lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError whenglass
2008-09-10 * lib/uri/common.rb (URI::Parser): new class.akira