make then() work on streams and fix up replace_content on in_place_close elements
[catagits/HTML-Zoom.git] / t / todo-span.t
index b8aaafc..887ba40 100644 (file)
@@ -3,4 +3,4 @@ use Test::More tests => 1;
 
 my $zoom = HTML::Zoom->from_html('<p>Hello my name is <span id="name" /></p>');
 my $html = $zoom->select('#name')->replace_content('Foo foo')->to_html;
-is($html, '<p>Hello my name is <span id="#name">Foo foo</span></p>');
+is($html, '<p>Hello my name is <span id="name">Foo foo</span></p>');