URI: 
       coverage: make sure to test for freeing previous selectors (error path of compileselectors) - webdump_tests - Testfiles for webdump
  HTML git clone git://git.codemadness.org/webdump_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 9eed523b50f6caa1cd7086d166cf611bc54ecc7d
   DIR parent 550f8ae5a7397a4005fda3a716b56381e1ed670b
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  3 Jul 2026 13:58:36 +0200
       
       coverage: make sure to test for freeing previous selectors (error path of compileselectors)
       
       Diffstat:
         M run_coverage.sh                     |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/run_coverage.sh b/run_coverage.sh
       @@ -13,8 +13,8 @@ echo | "$bin" -b invalid 2>/dev/null
        echo | "$bin" -X 2>/dev/null
        
        # invalid selector (too deep, > 32 nodes).
       -echo | "$bin" -s 'a b c d e f g h i j k l m n o p q r s t u v w x y z a b c d e f g h' 2>/dev/null
       -echo | "$bin" -u 'a b c d e f g h i j k l m n o p q r s t u v w x y z a b c d e f g h' 2>/dev/null
       +echo | "$bin" -s 'one,two,three,a b c d e f g h i j k l m n o p q r s t u v w x y z a b c d e f g h' 2>/dev/null
       +echo | "$bin" -u 'one,two,three,a b c d e f g h i j k l m n o p q r s t u v w x y z a b c d e f g h' 2>/dev/null
        
        # invalid number
        echo | "$bin" -w plop 2>/dev/null