--space-keyword-paren
--weld-nested-containers
+==> b1378.in <==
+ if($biblio->{subtitle})
+ { &newsubtitle(
+ $biblionumber,
+ $biblio
+ ->{subtitle}
+ ,);
+ }
+
+==> b1378.par <==
+-extrude -vtc=2 -dtc=1
+
==> b140.in <==
$cmd[ $i ]=[
$s, $e, $cmd, \@hunk, $i ] ;
This is probably due to a recent programming change and needs to be fixed.
EOM
+ # Always die during development, this needs to be fixed
if (DEVEL_MODE) { Fault($msg) }
- $self->warning($msg);
+ # Otherwise warn if string is not empty (added for b1378)
+ $self->warning($msg) if ( length($str) );
# Only issue this warning once
$self->[_K_sequence_error_msg_] = $msg;
$summed_lengths_to_go[ $_ + 1 ] -= $len;
}
- # Keep count tokens deleted by this sub because
+ # Count tokens deleted by this sub because
# we have to turn off the simple convergence test
# if there are deletions. This is because they are
# at the end of formatting and may cause a formatting
# write or cache this line ...
# fix for case b999: do not cache an outdented line
- if ( !$open_or_close || $side_comment_length > 0 || $is_outdented_line )
+ # fix for b1378: do not cache an empty line
+ if ( !$open_or_close
+ || $side_comment_length > 0
+ || $is_outdented_line
+ || !$line_length )
{
$self->valign_output_step_C(
$seqno_string,