Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 25, 2012
1 parent 26ae8d0 commit 949ece5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/mojo/url.t
Expand Up @@ -211,7 +211,6 @@ is $url->base, '', 'no base';
is $url->to_rel(Mojo::URL->new('http://kraih.com'))->base, 'http://kraih.com',
'right base';


# Relative path
$url = Mojo::URL->new('http://kraih.com/foo/?foo=bar#23');
$url->path('bar');
Expand Down

0 comments on commit 949ece5

Please sign in to comment.