URI: 
       add test with some markup in <pre> - webdump_tests - Testfiles for webdump
  HTML git clone git://git.codemadness.org/webdump_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 48e2484a4d92a19af09d75f37ec61bcfe5cd9f1c
   DIR parent 9933721d021d58e732f42d01ce11fd3ed960f52a
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 14 Jul 2026 16:25:03 +0200
       
       add test with some markup in <pre>
       
       Diffstat:
         A tests/pre_markup.html               |      12 ++++++++++++
       
       1 file changed, 12 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/tests/pre_markup.html b/tests/pre_markup.html
       @@ -0,0 +1,12 @@
       +<pre>
       +<b>test markup in pre</b> 123
       +test <u>underline</u>
       +
       +        TAB <b>bold</b> test
       +        another line. <s>striiiike</s>
       +
       +test unclosed <b>booold
       +
       +</pre>
       +
       +hello this is outside &lt;pre&gt;