remove pending, this is fixed - webdump_tests - Testfiles for webdump
 (HTM) git clone git://git.codemadness.org/webdump_tests
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 6274b57dc7c8da6021c124f713cb820a88205303
 (DIR) parent 73e61eb051a9d22c08239a52741cba9322e3ad22
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 12 Sep 2023 20:26:39 +0200
       
       remove pending, this is fixed
       
       Diffstat:
         D pending/s.html                      |       5 -----
         D pending/s2.html                     |       4 ----
         D pending/small.html                  |      12 ------------
       
       3 files changed, 0 insertions(+), 21 deletions(-)
       ---
 (DIR) diff --git a/pending/s.html b/pending/s.html
       @@ -1,5 +0,0 @@
       -<!-- fails with -r -a: extra white-space -->
       -<div>
       -<div><b></b></div>
       -<p>abc</p>
       -</div>
 (DIR) diff --git a/pending/s2.html b/pending/s2.html
       @@ -1,4 +0,0 @@
       -<div>
       -<div><span></span></div>
       -<p>abc</p>
       -</div>
 (DIR) diff --git a/pending/small.html b/pending/small.html
       @@ -1,12 +0,0 @@
       -<div>
       -
       -<div><span></span></div>
       -<p>abc</p>
       -
       -<div><b></b></div>
       -<p>abc</p>
       -
       -<div><b>bold</b></div>
       -<p>abc</p>
       -
       -</div>