--paren-vertical-tightness-closing=1
--variable-maximum-line-length
+==> b1239.in <==
+# S1
+(
+ sockaddr_in( getsockname ( $_[0]->[_SOCKET] ) )
+)[0];
+
+# S2
+( sockaddr_in( getsockname ( $_[0]->[_SOCKET] ) )
+)[0];
+
+==> b1239.par <==
+--continuation-indentation=10
+--indent-columns=0
+--line-up-parentheses
+--maximum-line-length=54
+--paren-vertical-tightness-closing=2
+--paren-vertical-tightness=1
+--space-keyword-paren
+--weld-nested-containers
+
==> b131.in <==
unless
( open( SCORE, "+>>$Score_File" ) )
}
} ## end starting new weld sequence
+ else {
+
+ # set the 1-line flag if continuing a weld sequence; fixes b1239
+ $is_one_line_weld = ( $iline_oo == $iline_oc );
+ }
+
# DO-NOT-WELD RULE 2:
# Do not weld an opening paren to an inner one line brace block
# We will just use old line numbers for this test and require
do $roff ( &verify($tpage) );
-20 Oct 2021.
+20 Oct 2021, 72e4bb1.
=item B<Fix c091, incorrect closing side comment>
regex was fixed so that it cannot match an empty string. Second, a test for
an empty string was added.
-20 Oct 2021.
+20 Oct 2021, aa1a019.
=item B<Issue c089, improve vertical alignment for lists without parens>