URI: 
       add test for link with control-characters - webdump_tests - Testfiles for webdump
  HTML git clone git://git.codemadness.org/webdump_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit eff47eb97a04388d06ac99849220fa62b1955e26
   DIR parent 0e47543f04094e6ebbc055018ad8bfc1f50e7c60
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Wed, 24 Jun 2026 19:26:00 +0200
       
       add test for link with control-characters
       
       Diffstat:
         A tests/link_reference_escaping.html  |      10 ++++++++++
       
       1 file changed, 10 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/tests/link_reference_escaping.html b/tests/link_reference_escaping.html
       @@ -0,0 +1,10 @@
       +<!--
       +test link references (at the bottom) using webdump -l and
       +test inline link ref using webdump -I
       +
       +Both should not contain escape characters printed to the terminal:
       +        webdump -I -l
       +
       +-->
       +
       +<a href="&#x1b;&#x5b;&#x31;&#x6d;&#x74;&#x65;&#x73;&#x74;&#x1b;&#x5b;&#x30;&#x6d;">test: link reference should be escaped and not bold</a>