From: Terrence Brannon Date: Sun, 20 Mar 2011 01:32:58 +0000 (-0400) Subject: fixed content_handler.t X-Git-Tag: 5.200_001~30 X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=b371b557a6d09f2c7db5165213af21cb7dc2fced;p=html-element-library.git fixed content_handler.t --- diff --git a/t/content_handler.t b/t/content_handler.t index 6913cce..8264d70 100644 --- a/t/content_handler.t +++ b/t/content_handler.t @@ -28,7 +28,6 @@ $t1 = HTML::Element->new_from_lol #$t1->look_down('_tag' => 'body')->replace_content('all gone!'); $t1->content_handler(corpus => 'all gone!'); -is( $t1->as_HTML, 'I like stuff!all gone! -', "replaced all of body"); +is( $t1->as_HTML, 'I like stuff!all gone!', "replaced all of body");