Skip to content

Commit

Permalink
test parameter removal
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 30, 2015
1 parent fc39d9d commit 3b16659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/mojo/parameters.t
Expand Up @@ -173,6 +173,7 @@ is "$params", 'foo=bar&baz=23', 'right result';
$params = Mojo::Parameters->new('a=1&b=2');
$params->pairs([a => 2, b => 3]);
is $params->to_string, 'a=2&b=3', 'right result';
is $params->pairs([])->to_string, '', 'right result';

# Query string
$params = Mojo::Parameters->new('AZaz09-._~%!$&\'()*+,;=:@/?');
Expand Down

0 comments on commit 3b16659

Please sign in to comment.