X-Git-Url: http://git.shiar.net/perl/html-form-simple.git/blobdiff_plain/07e0ed545852a3c579b3475786c02d84a48eb3f2..ac5c326058425050aa8f7ba5036f2f3bc0695350:/t/html.t diff --git a/t/html.t b/t/html.t index 0535da9..e023997 100644 --- a/t/html.t +++ b/t/html.t @@ -119,7 +119,7 @@ is( ); is( - $form->input('', '', {disabled => 0, something => undef}), + $form->input('', '', {disabled => 0, something => undef, class => undef, style => ''}), '', 'input with empty attributes' );