App-news

 view release on metacpan or  search on metacpan

t/02-wrap.t  view on Meta::CPAN


my $mail = <<EOT;
Alex wrote:
> I'm once again writing haikus for my unit tests. I'm unsure of I could
> add a season word to this one. Any suggestions?
>
> Short lines drum along
> and fret and shove and push me
> to just shut my mouth

Maybe the short lines push me "to just keep running"? example.poetry.slam is a site that looks interesting.
EOT

my $wrapped = <<EOT;
Alex wrote:
> I'm once again writing haikus for my unit tests. I'm unsure of I could
> add a season word to this one. Any suggestions?
>
> Short lines drum along
> and fret and shove and push me
> to just shut my mouth

Maybe the short lines push me "to just keep running"?
example.poetry.slam is a site that looks interesting.
EOT

is(wrap($mail), $wrapped, "mail with quotes");

done_testing;



( run in 1.566 second using v1.01-cache-2.11-cpan-64827b87656 )