]> iEval git - html-element-library.git/blobdiff - t/replace_content.t
->as_HTML behavior changed in HTML::Tree between 3.23 and 4.1... now 4.1 is required
[html-element-library.git] / t / replace_content.t
index f8145990e6c9dd8e9ce85a26a2c61843b7c1b823..40b0b7e0af1854d0486752313fe3726f70c93158 100644 (file)
@@ -27,7 +27,6 @@ $t1 = HTML::Element->new_from_lol
 
 
 $t1->look_down('_tag' => 'body')->replace_content('all gone!');
-is( $t1->as_HTML, '<html><head><title>I like stuff!</title></head><body lang="en-JP">all gone!</body></html>
-', "replaced all of body");
+is( $t1->as_HTML, '<html><head><title>I like stuff!</title></head><body lang="en-JP">all gone!</body></html>', "replaced all of body");
 
 
This page took 0.022429 seconds and 4 git commands to generate.