On Thursday 02 October 2014 13:07:09 Giuseppe Scrivano wrote:
> Tim Ruehsen <[email protected]> writes:
> > -my $the_test = HTTPTest->new (name =>
> > "Test--spider-r-HTTP-Content-Disposition", +my $the_test = HTTPTest->new
> > (
> > 
> >                                input => \%urls,
> >                                cmdline => $cmdline,
> >                                errcode => $expected_error_code,
> 
> I think it is a good idea and that we should just do it.  The only minor
> issue that I see is "my $the_test = HTTPTest->new (" on a line by
> itself, we should drop the new line and have "input =>" on the same
> line, like:
> 
> my $the_test = HTTPTest->new (input => \%urls,
> 
> this pattern repeats for all the tests.

Well, I found some sed multi-line tricks by searching the web. None of it did 
the job... any idea ?

Tim


Reply via email to