aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick/test_httpauth.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-02 06:28:13 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-02 06:28:13 +0000
commit63f33c5e461dc7c84bdb31f5d5fb4f163ada9157 (patch)
tree6bbf178e855dfdb444f4e52e07700cbc51ad305a /test/webrick/test_httpauth.rb
parent4046585a206a8002d6dab192f00b4c03786a3d0e (diff)
downloadruby-63f33c5e461dc7c84bdb31f5d5fb4f163ada9157.tar.gz
Suppress warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/webrick/test_httpauth.rb')
-rw-r--r--test/webrick/test_httpauth.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/webrick/test_httpauth.rb b/test/webrick/test_httpauth.rb
index 71f683e791..8d530fa84a 100644
--- a/test/webrick/test_httpauth.rb
+++ b/test/webrick/test_httpauth.rb
@@ -82,10 +82,10 @@ class TestWEBrickHTTPAuth < Test::Unit::TestCase
end
DIGESTRES_ = /
- ([a-zA-z\-]+)
- [\s\t]*(?:\r\n[\s\t]*)*
+ ([a-zA-Z\-]+)
+ [ \t]*(?:\r\n[ \t]*)*
=
- [\s\t]*(?:\r\n[\s\t]*)*
+ [ \t]*(?:\r\n[ \t]*)*
(?:
"((?:[^"]+|\\[\x00-\x7F])*)" |
([!\#$%&'*+\-.0-9A-Z^_`a-z|~]+)