URI:
       add some tests - webdump_tests - Testfiles for webdump
  HTML git clone git://git.codemadness.org/webdump_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 8dd5907ff53c821a32de247ac163835d38e97d9a
   DIR parent 340bd59c3b8c8630a6462c539788c59a2452913f
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun,  5 Jul 2026 23:36:27 +0200
       
       add some tests
       
       Diffstat:
         A tests/s.html                        |       3 +++
         A tests/script.html                   |      11 +++++++++++
         A tests/title_complex_fuckery.html    |       1 +
       
       3 files changed, 15 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/tests/s.html b/tests/s.html
       @@ -0,0 +1,3 @@
       +<s>test</s><br/>
       +
       +<b><s>test</s> bold</b>
   DIR diff --git a/tests/script.html b/tests/script.html
       @@ -0,0 +1,11 @@
       +The below script should be ignored:<br/>
       +<br/>
       +Script start.<br/>
       +
       +<script type="text/javascript">
       +        alert("Hello world!");
       +</script>
       +
       +Script end (nothing should be visible between it).<br/>
       +
       +
   DIR diff --git a/tests/title_complex_fuckery.html b/tests/title_complex_fuckery.html
       @@ -0,0 +1 @@
       +<title><<<<< <u>Hello</u> >>>>> This is the end:</title>My friend</title>