Skip to content

Commit

Permalink
Merge 56f8c75 into 901e563
Browse files Browse the repository at this point in the history
  • Loading branch information
ukolovda committed Jan 15, 2022
2 parents 901e563 + 56f8c75 commit 6563239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addressable/uri.rb
Expand Up @@ -48,7 +48,7 @@ module CharacterClasses
PCHAR = UNRESERVED + SUB_DELIMS + "\\:\\@"
SCHEME = ALPHA + DIGIT + "\\-\\+\\."
HOST = UNRESERVED + SUB_DELIMS + "\\[\\:\\]"
AUTHORITY = PCHAR + "\\[\\:\\]"
AUTHORITY = PCHAR + "\\[\\]"
PATH = PCHAR + "\\/"
QUERY = PCHAR + "\\/\\?"
FRAGMENT = PCHAR + "\\/\\?"
Expand Down

0 comments on commit 6563239

Please sign in to comment.