From a759b826e111a789ee16446bffc9ebc48fcb74bd Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 18 Feb 2022 17:43:09 -0800 Subject: [PATCH] reactivate skipped tests --- lib/Perl/Tidy.pod | 2 +- t/{testwide-passthrough.t.SKIP => testwide-passthrough.t} | 0 t/{testwide-tidy.t.SKIP => testwide-tidy.t} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename t/{testwide-passthrough.t.SKIP => testwide-passthrough.t} (100%) rename t/{testwide-tidy.t.SKIP => testwide-tidy.t} (100%) diff --git a/lib/Perl/Tidy.pod b/lib/Perl/Tidy.pod index 0423b7e1..42e0bf06 100644 --- a/lib/Perl/Tidy.pod +++ b/lib/Perl/Tidy.pod @@ -89,7 +89,7 @@ of two possible states, decoded or encoded, and it is important that the calling program and Perl::Tidy are in agreement regarding the state to be returned. A flag B<--encode-output-strings>, or simply B<-eos>, was added in versions of Perl::Tidy after 20220101 for this purpose. This flag should be -added to the end of the B paremeter (described below) if Perl::Tidy +added to the end of the B parameter (described below) if Perl::Tidy will be decoding utf8 text. The options are as follows. =over 4 diff --git a/t/testwide-passthrough.t.SKIP b/t/testwide-passthrough.t similarity index 100% rename from t/testwide-passthrough.t.SKIP rename to t/testwide-passthrough.t diff --git a/t/testwide-tidy.t.SKIP b/t/testwide-tidy.t similarity index 100% rename from t/testwide-tidy.t.SKIP rename to t/testwide-tidy.t -- 2.39.5