Skip to content

Commit

Permalink
Added a unit test for a9f1236
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jan 11, 2010
1 parent a9f1236 commit f025d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Plack/Test/Suite.pm
Expand Up @@ -390,8 +390,8 @@ our @TEST = (
'REQUEST_URI is set',
sub {
my $cb = shift;
my $res = $cb->(GET "http://127.0.0.1/foo/bar%20baz?x=a");
is $res->content, '/foo/bar%20baz?x=a';
my $res = $cb->(GET "http://127.0.0.1/foo/bar%20baz%73?x=a");
is $res->content, '/foo/bar%20baz%73?x=a';
},
sub {
my $env = shift;
Expand Down

0 comments on commit f025d27

Please sign in to comment.