Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > fa9cbc09887a3125b52629355126dde0 > files > 3

perl-Plack-1.4.700-1.1.mga6.src.rpm

--- Plack-1.0047/t/Plack-Request/cookie.t.orig	2018-10-25 22:12:43.069993200 +0000
+++ Plack-1.0047/t/Plack-Request/cookie.t	2018-10-25 22:13:18.539550015 +0000
@@ -13,10 +13,10 @@
     is $req->cookies->{Bar}, 'Baz';
     is $req->cookies->{XXX}, 'Foo Bar';
     is $req->cookies->{YYY}, 0, "When we get multiple values we return the first one (which e.g. Apache does too)";
-    is $req->cookies->{ZZZ}, 'spaced out';
+    is $req->cookies->{ZZZ}, '"spaced out"';
     is $req->cookies->{ZZTOP}, '"with quotes"';
-    is $req->cookies->{BOTH}, '"internal quotes"';
-    is $req->cookies->{EMPTYQUOTE}, '';
+    is $req->cookies->{BOTH}, '""internal quotes""';
+    is $req->cookies->{EMPTYQUOTE}, '""';
     is $req->cookies->{EMPTY}, '';
     is $req->cookies->{BADSTART}, '"data';
     is $req->cookies->{BADEND}, 'data"';