summaryrefslogtreecommitdiff
path: root/test/webrick
diff options
context:
space:
mode:
Diffstat (limited to 'test/webrick')
-rw-r--r--test/webrick/test_cookie.rb2
-rw-r--r--test/webrick/test_httprequest.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/webrick/test_cookie.rb b/test/webrick/test_cookie.rb
index 1275dc8eff..48f0235aeb 100644
--- a/test/webrick/test_cookie.rb
+++ b/test/webrick/test_cookie.rb
@@ -56,7 +56,7 @@ class TestWEBrickCookie < Test::Unit::TestCase
def test_parse_non_whitespace
data = [
- '$Version="1";',
+ '$Version="1";',
'Customer="WILE_E_COYOTE";$Path="/acme";',
'Part_Number="Rocket_Launcher_0001";$Path="/acme";',
'Shipping="FedEx";$Path="/acme"'
diff --git a/test/webrick/test_httprequest.rb b/test/webrick/test_httprequest.rb
index 0f411d9859..2d96c2fcb0 100644
--- a/test/webrick/test_httprequest.rb
+++ b/test/webrick/test_httprequest.rb
@@ -309,7 +309,7 @@ class TestWEBrickHTTPRequest < Test::Unit::TestCase
msg = <<-_end_of_message_
POST /path HTTP/1.1
Expect: 100-continue
-
+
_end_of_message_
msg.gsub!(/^ {6}/, "")
req = WEBrick::HTTPRequest.new(WEBrick::Config::HTTP)
@@ -325,7 +325,7 @@ class TestWEBrickHTTPRequest < Test::Unit::TestCase
def test_continue_not_sent
msg = <<-_end_of_message_
POST /path HTTP/1.1
-
+
_end_of_message_
msg.gsub!(/^ {6}/, "")
req = WEBrick::HTTPRequest.new(WEBrick::Config::HTTP)