]> iEval git - html-element-library.git/blobdiff - t/content_handler.t
fixed content_handler.t
[html-element-library.git] / 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.023448 seconds and 4 git commands to generate.