update tests for issue c171 fix (excess iterations)
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 7 Jan 2023 03:17:31 +0000 (19:17 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 7 Jan 2023 03:17:31 +0000 (19:17 -0800)
t/snippets/expect/here_long.here_long
t/snippets/packing_list.txt
t/snippets22.t

index d8998ca18375a73e6988c595ba28b51049b2726c..1f05837d8a37ccac72188ac47c55e1bb8a1a3bad 100644 (file)
@@ -1,5 +1,6 @@
 # must not break after here target regardless of maximum-line-length
-$sth = $dbh->prepare(
+$sth =
+  $dbh->prepare(
     <<"END_OF_SELECT") or die "Couldn't prepare SQL";
     SELECT COUNT(duration),SUM(duration) 
     FROM logins WHERE username='$user'
index c8caa6447adc00ca3740fcf8082dc108ea91e3f7..21aead70e23d1995090fa8978778c0f89a648162 100644 (file)
 ../snippets27.t        bfvt.def
 ../snippets27.t        cpb.cpb
 ../snippets27.t        cpb.def
+../snippets27.t        rt145706.def
 ../snippets3.t ce_wn1.ce_wn
 ../snippets3.t ce_wn1.def
 ../snippets3.t colin.colin
 ../snippets9.t rt98902.def
 ../snippets9.t rt98902.rt98902
 ../snippets9.t rt99961.def
-../snippets27.t        rt145706.def
index a86591f28c8122bbafb02b51d742abeff3fa3fc8..0975f678a05ede42cb3d688dcdc7fcddc62ffcab 100644 (file)
@@ -261,7 +261,8 @@ my @globlist = ( grep { defined } @opt{qw( l q S t )} )
             params => "here_long",
             expect => <<'#1...........',
 # must not break after here target regardless of maximum-line-length
-$sth = $dbh->prepare(
+$sth =
+  $dbh->prepare(
     <<"END_OF_SELECT") or die "Couldn't prepare SQL";
     SELECT COUNT(duration),SUM(duration) 
     FROM logins WHERE username='$user'