Skip to content

Commit

Permalink
test split_cookie_header with additional whitespace as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 11, 2015
1 parent bc479b5 commit b235e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojo/util.t
Expand Up @@ -103,7 +103,7 @@ is_deeply split_cookie_header(
[['a', 'b', 'expires', 'Sun,06 Nov 1994 08:49:37 UTC', 'path', '/']],
'right result';
is_deeply split_cookie_header(
'a=b; expires=Sunday 06 Nov 94 08:49:37UTC; path=/'),
'a=b ; expires = Sunday 06 Nov 94 08:49:37UTC ; path=/'),
[['a', 'b', 'expires', 'Sunday 06 Nov 94 08:49:37UTC', 'path', '/']],
'right result';
$header = 'expires=Thu, 07 Aug 2008 07:07:59 GMT, a=b';
Expand Down

0 comments on commit b235e2c

Please sign in to comment.