X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fdwim-autoload.t;h=caf77167de4cb10a0792e487a6308aa391536c84;hb=f0ddc273d86f2229d0a20103206ccc7d82078289;hp=54de2fde1b4fac24a1b761ec1815b036bffb8f17;hpb=a5d7c5f6c5f683b801fda481884ee33892683b30;p=catagits%2FHTML-Zoom.git diff --git a/t/dwim-autoload.t b/t/dwim-autoload.t index 54de2fd..caf7716 100644 --- a/t/dwim-autoload.t +++ b/t/dwim-autoload.t @@ -100,15 +100,6 @@ like( like( HTML::Zoom ->from_html(q[

Hi!

]) - ->add_to_attribute('p', {name => 'class', value => 'para'}) - ->to_html, - qr/first para/, - 'Got correct from add_to_attribute' -); - -like( - HTML::Zoom - ->from_html(q[

Hi!

]) ->add_to_attribute('p', class => 'para') ->to_html, qr/first para/, @@ -124,15 +115,6 @@ like( 'Got correct from set_attribute' ); -like( - HTML::Zoom - ->from_html(q[

Hi!

]) - ->set_attribute('p', {name => 'class', value => 'para'}) - ->to_html, - qr/class="para"/, - 'Got correct from set_attribute' -); - is( HTML::Zoom ->from_html(q[

Hi!

])