--indent-columns=1
--square-bracket-vertical-tightness-closing=1
+==> b1333.in <==
+# S1
+ $_[
+ HEAP
+
+ ]->{postback_tests}->{$test_number}
+ =
+
+ "ok $test_number\n";
+
+# S2
+ $_[
+ HEAP
+
+ ]->{postback_tests}->{$test_number} =
+
+ "ok $test_number\n";
+
+==> b1333.par <==
+--break-before-all-operators
+
==> b140.in <==
$cmd[ $i ]=[
$s, $e, $cmd, \@hunk, $i ] ;
# This is complex ($total_depth_variation=6):
# $res2 =
# (is_boundp("a", 'self-insert') && is_boundp("b", 'self-insert'));
+
+ # The check ($i_old_.. < $max_index_to_go) was added to fix b1333
elsif ($i_old_assignment_break
&& $total_depth_variation > 4
- && $old_breakpoint_count == 1 )
+ && $old_breakpoint_count == 1
+ && $i_old_assignment_break < $max_index_to_go )
{
$saw_good_breakpoint = 1;
} ## end elsif ( $i_old_assignment_break...)