]> iEval git - html-element-library.git/blobdiff - t/set_child_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 / set_child_content.t
index dd6673af61e0e28d18180ce3a26dc4c07a71b678..231ce7adecea04fafae9a5c19b055c7bb5864683 100644 (file)
@@ -28,7 +28,6 @@ $t1 = HTML::Element->new_from_lol
 
 #$t1->look_down('_tag' => 'body')->replace_content('all gone!');
 $t1->set_child_content(id => '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.025398 seconds and 4 git commands to generate.