aboutsummaryrefslogtreecommitdiffstats
path: root/test/uri/test_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* 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