fixed content_handler.t
authorTerrence Brannon <metaperl@gmail.com>
Sun, 20 Mar 2011 01:32:58 +0000 (21:32 -0400)
committerTerrence Brannon <metaperl@gmail.com>
Sun, 20 Mar 2011 01:32:58 +0000 (21:32 -0400)
t/content_handler.t

index 6913cce833014ac7a064b8c7937722659a457277..8264d702f197c50ec8ed90de4329de2b20878490 100644 (file)
@@ -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, '<html><head><title>I like stuff!</title></head><body id="corpus" lang="en-JP">all gone!</body></html>
-', "replaced all of body");
+is( $t1->as_HTML, '<html><head><title>I like stuff!</title></head><body id="corpus" lang="en-JP">all gone!</body></html>', "replaced all of body");
 
 
This page took 0.00991799999999998 seconds and 4 git commands to generate.