webdump_tests

Testfiles for webdump
git clone git://git.codemadness.org/webdump_tests
Log | Files | Refs | README

commit 6274b57dc7c8da6021c124f713cb820a88205303
parent 73e61eb051a9d22c08239a52741cba9322e3ad22
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue, 12 Sep 2023 20:26:39 +0200

remove pending, this is fixed

Diffstat:
Dpending/s.html | 5-----
Dpending/s2.html | 4----
Dpending/small.html | 12------------
3 files changed, 0 insertions(+), 21 deletions(-)

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> diff --git a/pending/s2.html b/pending/s2.html @@ -1,4 +0,0 @@ -<div> -<div><span></span></div> -<p>abc</p> -</div> 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>