On Tue, Aug 20, 2024 at 5:20 PM Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx> wrote: > > helper/test-urlmatch-normalization along with > t0110-urlmatch-normalization test the `url_normalize()` function from > 'urlmatch.h'. Migrate them to the unit testing framework for better > performance. And also add different test_msg()s for better debugging. This version addresses all the suggestions (nits actually) to improve the previous version, so it seems to me that it is good to go. Thanks.