factor some code-based stream types out into classes
[catagits/HTML-Zoom.git] / t / todo-span.t
index af164c0..b8aaafc 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>');
+is($html, '<p>Hello my name is <span id="#name">Foo foo</span></p>');