if ( $is_opening_token{$token} ) {
$K_opening_container->{$type_sequence} = $KK_new;
+
+ # Fix for case b1100: Count a line ending in ', [' as having
+ # a line-ending comma. Otherwise, these commas can be hidden
+ # with something like --opening-square-bracket-right
+ if ( $Ktoken_vars == $Klast_old_code
+ && $last_nonblank_type eq ',' )
+ {
+ $rlec_count_by_seqno->{$type_sequence}++;
+ }
}
elsif ( $is_closing_token{$token} ) {
-
=head1 Issues fixed after release 20210402
=over 4
+=item B<Fix problem involving -bbx=2 -xci -osbr and similar -otr flags>
+
+Random testing produced case b1100 in which the output style produced
+by the --opening-token-right flags interfered with counting line-ending
+commas, and this in turn caused the -bbx flag to turn off the -xci flag.
+This problem was fixed.
+
+15 Apr 2021.
+
=item B<Fix rare line break problem>
Random testing produced case b1097 with this parameter set