--paren-vertical-tightness=2
--weld-nested-containers
+==> b1196.in <==
+# S1
+ok(
+ $strX eq
+ NFC( join( '', @strX ) )
+);
+# S2
+ok(
+ $strX eq NFC( join( '',
+ @strX ) )
+);
+
+==> b1196.par <==
+--continuation-indentation=9
+--extended-continuation-indentation
+--ignore-old-breakpoints
+--indent-columns=8
+--maximum-line-length=42
+--weld-nested-containers
+
==> b120.in <==
# Same as bug96
# State 1
my $Kprev = $self->K_previous_nonblank($Kfirst);
if ( defined($Kprev) ) {
- # The -iob and -wn flags do not work well together. To avoid
- # blinking states we have to override -iob at certain key line
- # breaks.
- $self->[_ris_essential_old_breakpoint_]->{$Kprev} = 1;
-
# Avoid measuring from between an opening paren and a previous token
# which should stay close to it ... fixes b1185
my $token_oo = $rLL->[$Kouter_opening]->[_TOKEN_];
=over 4
+=item B<Fix formatting instability issues b1195, b1196>
+
+Testing with random parameters produced two similar cases of unstable
+formatting which are fixed with this update.
+
+28 Aug 2021.
+
=item B<Fix formatting instability issue b1194>
Testing with random parameters produced a case of unstable formatting