From cf3dd1161cce9d029f0d271d0f20ba70e9a8a191 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Wed, 9 Sep 2020 19:18:59 -0700 Subject: [PATCH] update skip list --- t/snippets/perltidy_random_parameters.pl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/t/snippets/perltidy_random_parameters.pl b/t/snippets/perltidy_random_parameters.pl index e64cb05b..eb84cab5 100755 --- a/t/snippets/perltidy_random_parameters.pl +++ b/t/snippets/perltidy_random_parameters.pl @@ -834,14 +834,16 @@ sub get_random_parameters { ); ################################################################### - # Some are best skipped, otherwise the program will just quit early - # Parameters can be added and removed from the list to customize - # testing. - # 'format' was added because html is not so interesting, but can be - # removed. + # Most of these have been tested and are best skipped because + # they produce unwanted output or perhaps cause the program to + # just quit early. Parameters can be added and removed from the + # list to customize testing. 'format' was added because html is + # not so interesting, but can be removed for html testing. ################################################################### my @q = qw( DEBUG + assert-tidy + assert-untidy backup-and-modify-in-place backup-file-extension character-encoding -- 2.39.5