X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftodo-span.t;h=b8aaafc4e7d7dcc84ba3f31d481103f908c3d389;hb=8a1c87d1e064299bf7f854cc7634b47c4c4cd407;hp=af164c03c2e4140a367d4cf4791cd74a01e9eca0;hpb=6818876e0628aa9f0abd811f35bcd8ec3b912a78;p=catagits%2FHTML-Zoom.git diff --git a/t/todo-span.t b/t/todo-span.t index af164c0..b8aaafc 100644 --- a/t/todo-span.t +++ b/t/todo-span.t @@ -3,4 +3,4 @@ use Test::More tests => 1; my $zoom = HTML::Zoom->from_html('

Hello my name is

'); my $html = $zoom->select('#name')->replace_content('Foo foo')->to_html; -is($html, '

Hello my name is Foo foo'); +is($html, '

Hello my name is Foo foo

');