Skip to content

Commit

Permalink
formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 8, 2014
1 parent 7ddef73 commit b08adae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Changes
@@ -1,6 +1,7 @@

5.05 2014-06-07
- Fixed parsing of header fields with single-character names.
5.05 2014-06-08
- Fixed parsing of header fields with single character names in
Mojo::Headers. (crab)

5.04 2014-06-03
- Added expect_close attribute to Mojo::Content.
Expand Down
2 changes: 1 addition & 1 deletion t/mojo/headers.t
Expand Up @@ -144,7 +144,7 @@ is $headers->content_type, 'text/plain', 'right value';
is $headers->expect, '100-continue', 'right value';
is $headers->cache_control, 'public', 'right value';
is $headers->expires, 'Thu, 01 Dec 1994 16:00:00 GMT', 'right value';
is $headers->header('o'), 'x', 'right value';
is $headers->header('o'), 'x', 'right value';

# Parse multiline headers
$headers = Mojo::Headers->new;
Expand Down

0 comments on commit b08adae

Please sign in to comment.