--indent-columns=0
--maximum-line-length=96
+==> b1336.in <==
+# S1
+ my $expect =
+ [
+ {
+ type => 'preformatted',
+ text => "preformatted line\n",
+ }
+ ];
+
+# S2
+ my $expect =
+ [
+ { type => 'preformatted', text => "preformatted line\n", } ];
+
+==> b1336.par <==
+--break-before-square-bracket-and-indent=2
+--break-before-square-bracket=2
+--continuation-indentation=8
+--extended-continuation-indentation
+--ignore-old-breakpoints
+--maximum-line-length=63
+--variable-maximum-line-length
+
==> b1337.in <==
# S1: 'new' was given type 'i' here
print JSON::PP->new
next;
}
- # -bbxi=2 ...
+ # -bbxi=2: This option changes the level ...
+ # This option can conflict with -xci in some cases. We can turn off
+ # -xci for this container to avoid blinking. For now, only do this if
+ # -vmll is set. ( fixes b1335, b1336 )
+ if ($rOpts_variable_maximum_line_length) {
+ $rno_xci_by_seqno->{$seqno} = 1;
+ }
#----------------------------------------------------------------
# Part 2: Perform tests before committing to changing ci and level