<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -25,6 +25,12 @@ describe Rack::Test::Session do
       last_request.cookies.should == {}
     end
 
+    it &quot;escapes cookie values&quot; do
+      jar = Rack::Test::CookieJar.new
+      jar[&quot;value&quot;] = &quot;foo;abc&quot;
+      jar[&quot;value&quot;].should == &quot;foo;abc&quot;
+    end
+
     it &quot;doesn't send cookies with the wrong domain&quot; do
       get &quot;http://www.example.com/cookies/set&quot;, &quot;value&quot; =&gt; &quot;1&quot;
       get &quot;http://www.other.example/cookies/show&quot;</diff>
      <filename>spec/rack/test/cookie_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a49ac45326d33ae72ec870a7fb9984313b5dad0e</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </author>
  <url>http://github.com/brynary/rack-test/commit/118eeb49073b481472e816c9c18fc547a4c2155a</url>
  <id>118eeb49073b481472e816c9c18fc547a4c2155a</id>
  <committed-date>2009-10-27T16:50:43-07:00</committed-date>
  <authored-date>2009-10-27T16:50:43-07:00</authored-date>
  <message>Add spec for escaping cookie values</message>
  <tree>8bebc73917cde20df5a896199f97b91eec6706ce</tree>
  <committer>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </committer>
</commit>
