David Wheeler wrote:
Hi All,

Still looking at the testing.pod, I see list items like this:

=over

=item * -order=rotate

rotate the tests: a, b, c, a, b, c

=item * -order=repeat

repeat the tests: a, a, b, b, c, c

=item * -order=random

run in the random order, e.g.: a, c, c, b, a, b

=back

I think that's generally considered a mixing of item styles. Is there a reason not to just make it:

=over

=item -order=rotate

rotate the tests: a, b, c, a, b, c

=item -order=repeat

repeat the tests: a, a, b, b, c, c

=item -order=random

run in the random order, e.g.: a, c, c, b, a, b

=back

?

Without * it won't generate the bullets. I wanted the bullets so * is there.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to