From 63f33c5e461dc7c84bdb31f5d5fb4f163ada9157 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 2 Apr 2013 06:28:13 +0000 Subject: Suppress warnings git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/webrick/test_httpauth.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/webrick/test_httpauth.rb') 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|~]+) -- cgit v1.2.3