X-Git-Url: http://git.shiar.net/perl/html-form-simple.git/blobdiff_plain/cb6c92feb70f4246804078114bb8ef37874ab1cd..80de26e2b6b53f54ffb5232472e56c3225a101e1:/t/html.t diff --git a/t/html.t b/t/html.t index c646cdb..e5abb9a 100644 --- a/t/html.t +++ b/t/html.t @@ -5,7 +5,7 @@ use warnings; use Test::More; -plan tests => 50; +plan tests => 51; use_ok('HTML::Form::Simple'); @@ -52,7 +52,11 @@ is( 'hidden' ); -#TODO: hidden options +is( + $form->hidden(undef, undef, {value => 'bar', name => 'foo', id => 'foo'}), + '', + 'hidden options' +); # submit