aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick/test_cookie.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/webrick/test_cookie.rb')
-rw-r--r--test/webrick/test_cookie.rb2
1 files changed, 1 insertions, 1 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"'