summaryrefslogtreecommitdiff
path: root/test/webrick/test_httpauth.rb
diff options
context:
space:
mode:
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|~]+)