X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2Fwrap_content.t;fp=t%2Fwrap_content.t;h=976420e2047f64180e9551c50892d709ff870185;hb=6c1335265b613ef4deda1f0d6140802a52970b7d;hp=d81abe8c547c63ab7743d459602049b769cd7d3a;hpb=72099574297831068ff679657b89e9b1e1e56bd9;p=html-element-library.git diff --git a/t/wrap_content.t b/t/wrap_content.t index d81abe8..976420e 100644 --- a/t/wrap_content.t +++ b/t/wrap_content.t @@ -33,7 +33,6 @@ my $bold = HTML::Element->new('b', id => 'wrapper'); my $W = $t1->look_down('id' => 'wrapme'); $W->wrap_content($bold); -is( $W->as_HTML, 'um, p < 4! -', "wrapped text"); +is( $W->as_HTML, 'um, p < 4!', "wrapped text");