Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Jan 4, 2016
1 parent 7e44633 commit d578649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/02-defang.t
Expand Up @@ -52,7 +52,7 @@ my $html = q[

my $got = $doc.gist;

my $expected ='<?xml version="1.0"?><html> <head> <meta charset="utf-8"/> </head> <body> <a href="http://stevemynott.blogspot.com/feeds/posts/default">Steve Mynott</a> Now is the time for all good men </body> </html>';
my $expected ='<?xml version="1.0"?><html> <head><meta charset="utf-8"/> </head> <body><a href="http://stevemynott.blogspot.com/feeds/posts/default">Steve Mynott</a> Now is the time for all good men </body> </html>';

ok $got eq $expected or die $got.gist;
}

0 comments on commit d578649

Please sign in to comment.