Typo in lib/uri/common.rb

[email protected],I=8=MQJ8;zNs$Ke(Btypoe$B$,$"$j$^$9!#e(B

Index: lib/uri/common.rb

— lib/uri/common.rb (revision 14176)
+++ lib/uri/common.rb (working copy)
@@ -110,7 +110,7 @@
SERVER = “(?:#{USERINFO}@)?#{HOSTPORT}”
# reg_name = 1*( unreserved | escaped | “$” | “,” |
# “;” | “:” | “@” | “&” | “=” | “+” )

  •  REG_NAME = "(?:[#{UNRESERVED}$,;:@&=+]|#{ESCAPED})+"
     # authority     = server | reg_name
     AUTHORITY = "(?:#{SERVER}|#{REG_NAME})"

e$B$^$D$b$He(B e$B$f$-$R$m$G$9e(B

In message “Re: [ruby-dev:32514] typo in lib/uri/common.rb”
on Mon, 10 Dec 2007 18:06:43 +0900, Ueda Satoshi
[email protected] writes:

|[email protected],I=8=MQJ8;zNs$Ke(Btypoe$B$,$"$j$^$9!#e(B

1.9, 1.8e$B$H$b$K<h$j9~$_$^$7$?!#e(B