From 6cb38d655e0c64bf2d58937298f0aee5e12ee989 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Wed, 15 Feb 2023 06:49:51 -0800 Subject: [PATCH] add case b1133 to convergence test files This should have been added some time ago when the issue got resolved --- dev-bin/run_convergence_tests.pl.data | 20 ++++++++++++++++++++ dev-bin/run_convergence_tests.pl.expect | 11 +++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-bin/run_convergence_tests.pl.data b/dev-bin/run_convergence_tests.pl.data index 8e13eeac..db8c472b 100644 --- a/dev-bin/run_convergence_tests.pl.data +++ b/dev-bin/run_convergence_tests.pl.data @@ -5526,6 +5526,26 @@ is( --maximum-line-length=44 --norecombine +==> b1133.in <== + $pid=open README,"$html_converter $saved_file |" + or + $CPAN::Frontend->mydie(qq{ +Could not fork '$html_converter $saved_file': $!}); + + $pid=open README,"$html_converter $saved_file |" + or$CPAN::Frontend->mydie( + qq{ +Could not fork '$html_converter $saved_file': $!} ); + +==> b1133.par <== +--noadd-whitespace +--delete-old-whitespace +--line-up-parentheses +--maximum-line-length=69 +--norecombine +--variable-maximum-line-length +--weld-nested-containers + ==> b1134.in <== { ok do{ diff --git a/dev-bin/run_convergence_tests.pl.expect b/dev-bin/run_convergence_tests.pl.expect index c5544c99..df77d451 100644 --- a/dev-bin/run_convergence_tests.pl.expect +++ b/dev-bin/run_convergence_tests.pl.expect @@ -3662,6 +3662,17 @@ is( map { sprintf "%-32s%s", @$_ } @_ ); +==> b1133 <== + $pid=open README,"$html_converter $saved_file |" + or + $CPAN::Frontend->mydie(qq{ +Could not fork '$html_converter $saved_file': $!}); + + $pid=open README,"$html_converter $saved_file |" + or + $CPAN::Frontend->mydie(qq{ +Could not fork '$html_converter $saved_file': $!}); + ==> b1134 <== { ok do{ -- 2.39.5