--variable-maximum-line-length
--want-trailing-commas='m'
+==> b1427.in <==
+print join( "\n",
+ @intersection, ),
+ "\n";
+
+print join( "\n",
+ @intersection
+ ),
+ "\n";
+
+==> b1427.par <==
+--add-trailing-commas
+--delete-trailing-commas
+--extended-line-up-parentheses
+--indent-columns=0
+--maximum-fields-per-table=80
+--maximum-line-length=27
+--want-trailing-commas='b'
+
==> b1428.in <==
is(
grep ( { $_->{branchcode} eq 'MYLIBRARY' and $_->{selected} == 1 }
$number_of_fields = $number_of_fields_best;
}
+ # fix b1427
+ elsif ($number_of_fields_best > 1
+ && $number_of_fields_best > $number_of_fields_max )
+ {
+ $number_of_fields_best = $number_of_fields_max;
+ }
+
# If we are crowded and the -lp option is being used, try
# to undo some indentation
if (