ignore empty style and class attributes
[perl/html-form-simple.git] / t / html.t
index 0535da9294a35f8f58143a5bcdbf3c713c04aa59..e023997831b20a951b6fd949dc55dbe0e2a4bb7e 100644 (file)
--- a/t/html.t
+++ b/t/html.t
@@ -119,7 +119,7 @@ is(
 );
 
 is(
 );
 
 is(
-       $form->input('', '', {disabled => 0, something => undef}),
+       $form->input('', '', {disabled => 0, something => undef, class => undef, style => ''}),
        '<input name="" type="text" value="">',
        'input with empty attributes'
 );
        '<input name="" type="text" value="">',
        'input with empty attributes'
 );