From: Steve Hancock Date: Sun, 23 Aug 2020 22:53:12 +0000 (-0700) Subject: removed test of pod2html; headers vary with system X-Git-Tag: 20200907~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8673cf4e264622319d15b70e28bd9557b562ba2d;p=perltidy.git removed test of pod2html; headers vary with system --- diff --git a/t/snippets/expect/html2.def b/t/snippets/expect/html2.def deleted file mode 100644 index 714c1915..00000000 --- a/t/snippets/expect/html2.def +++ /dev/null @@ -1,17 +0,0 @@ - -=head1 Units and Measures - -=head2 Oven Temperatures - - Very Slow = 250F / 120C - Slow = 300F / 149C - Moderate = 350F / 177C - Hot = 400F / 204C - Very Hot = 450F / 232C - -=head2 Counting - - 1 dozen = 12 units - 12 dozen = 1 gross = 144 units - 12 gross = 1 great gross = 1728 units - diff --git a/t/snippets/expect/html2.html b/t/snippets/expect/html2.html deleted file mode 100644 index 4fc73917..00000000 --- a/t/snippets/expect/html2.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -perltidy - - - - - - - -

perltidy

- - - - - -

Units and Measures

- -

Oven Temperatures

- -
   Very Slow = 250F / 120C
-   Slow = 300F / 149C
-   Moderate = 350F / 177C
-   Hot = 400F / 204C
-   Very Hot = 450F / 232C
- -

Counting

- -
   1 dozen = 12 units
-   12 dozen = 1 gross = 144 units
-   12 gross = 1 great gross = 1728 units
- - -

-
-
-
-
diff --git a/t/snippets/html2.in b/t/snippets/html2.in
deleted file mode 100644
index 31cfccc8..00000000
--- a/t/snippets/html2.in
+++ /dev/null
@@ -1,16 +0,0 @@
-=head1 Units and Measures
-
-=head2 Oven Temperatures
-
-   Very Slow = 250F / 120C
-   Slow = 300F / 149C
-   Moderate = 350F / 177C
-   Hot = 400F / 204C
-   Very Hot = 450F / 232C
-
-=head2  Counting
-
-   1 dozen = 12 units
-   12 dozen = 1 gross = 144 units
-   12 gross = 1 great gross = 1728 units
-
diff --git a/t/snippets/packing_list.txt b/t/snippets/packing_list.txt
index 1ea2f9cb..42cf2869 100644
--- a/t/snippets/packing_list.txt
+++ b/t/snippets/packing_list.txt
@@ -404,5 +404,3 @@
 ../snippets9.t	rt98902.def
 ../snippets9.t	rt98902.rt98902
 ../snippets9.t	rt99961.def
-../snippets21.t	html2.def
-../snippets21.t	html2.html
diff --git a/t/snippets21.t b/t/snippets21.t
index 9d4e00c4..52e4d78c 100644
--- a/t/snippets21.t
+++ b/t/snippets21.t
@@ -14,8 +14,6 @@
 #11 git33.git33
 #12 rt133130.def
 #13 rt133130.rt133130
-#14 html2.def
-#15 html2.html
 
 # To locate test #13 you can search for its name or the string '#13'
 
@@ -38,11 +36,7 @@ BEGIN {
 -wls='->' -wrs='->'
 
 ----------
-        'gnu'  => "-gnu",
-        'html' => <<'----------',
--fmt="html"
--nts
-----------
+        'gnu'      => "-gnu",
         'lop'      => "-nlop",
         'rt133130' => <<'----------',
 # only the method should get a csc:
@@ -91,25 +85,6 @@ else {                    # We're the third word to have this
     # abbreviation, so skip to the next word.
     next WORD;
 }
-----------
-
-        'html2' => <<'----------',
-=head1 Units and Measures
-
-=head2 Oven Temperatures
-
-   Very Slow = 250F / 120C
-   Slow = 300F / 149C
-   Moderate = 350F / 177C
-   Hot = 400F / 204C
-   Very Hot = 450F / 232C
-
-=head2  Counting
-
-   1 dozen = 12 units
-   12 dozen = 1 gross = 144 units
-   12 gross = 1 great gross = 1728 units
-
 ----------
 
         'lop' => <<'----------',
@@ -584,112 +559,6 @@ method sum_radlinks {
 } ## end sub sum_radlinks
 #13...........
         },
-
-        'html2.def' => {
-            source => "html2",
-            params => "def",
-            expect => <<'#14...........',
-
-=head1 Units and Measures
-
-=head2 Oven Temperatures
-
-   Very Slow = 250F / 120C
-   Slow = 300F / 149C
-   Moderate = 350F / 177C
-   Hot = 400F / 204C
-   Very Hot = 450F / 232C
-
-=head2  Counting
-
-   1 dozen = 12 units
-   12 dozen = 1 gross = 144 units
-   12 gross = 1 great gross = 1728 units
-
-#14...........
-        },
-
-        'html2.html' => {
-            source => "html2",
-            params => "html",
-            expect => <<'#15...........',
-
-
-
-
-perltidy
-
-
-
-
-
-
-
-

perltidy

- - - - - -

Units and Measures

- -

Oven Temperatures

- -
   Very Slow = 250F / 120C
-   Slow = 300F / 149C
-   Moderate = 350F / 177C
-   Hot = 400F / 204C
-   Very Hot = 450F / 232C
- -

Counting

- -
   1 dozen = 12 units
-   12 dozen = 1 gross = 144 units
-   12 gross = 1 great gross = 1728 units
- - -

-
-
-
-
-#15...........
-        },
     };
 
     my $ntests = 0 + keys %{$rtests};