From b371b557a6d09f2c7db5165213af21cb7dc2fced Mon Sep 17 00:00:00 2001 From: Terrence Brannon Date: Sat, 19 Mar 2011 21:32:58 -0400 Subject: [PATCH] fixed content_handler.t --- t/content_handler.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); -- 2.39.2