From: Mischa POSLAWSKY Date: Sun, 19 Oct 2008 14:33:04 +0000 (+0000) Subject: XXX: test update: option name override should not reset id X-Git-Url: http://git.shiar.net/perl/html-form-simple.git/commitdiff_plain/473797e7d8bb0922a1e56294dff2ad9e82202593 XXX: test update: option name override should not reset id --- diff --git a/t/html.t b/t/html.t index a3ac799..5b3fa2a 100644 --- a/t/html.t +++ b/t/html.t @@ -472,7 +472,7 @@ is_deeply( [ $form->check(foo => ['bar', {name => 'bar'}], {name => 'ignored'}) ], [ '', - '', + '', ], 'checkbox names' );