add figure and figcaption to tests - webdump_tests - Testfiles for webdump
 (HTM) git clone git://git.codemadness.org/webdump_tests
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 25260c20c94c8518564e5ad67cf4fae3bd7f78f1
 (DIR) parent 531a79873f3a9b57c109a3d6ddd5346e22cbdf09
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  8 Sep 2023 10:29:57 +0200
       
       add figure and figcaption to tests
       
       Diffstat:
         A tests/figure.html                   |      14 ++++++++++++++
       
       1 file changed, 14 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/tests/figure.html b/tests/figure.html
       @@ -0,0 +1,14 @@
       +<!DOCTYPE html>
       +<html dir="ltr" lang="en">
       +<body>
       +
       +<figure>
       +        <img src="img/img" alt="alt text" />
       +        <figcaption>
       +                Fig. 1: A caption of the figure
       +        </figcaption>
       +</figure>
       +
       +</body>
       +</html>
       +