about summary refs log tree commit diff
path: root/src/tools/linkchecker/tests
AgeCommit message (Collapse)AuthorLines
2025-09-08fix partial urlencoded link supportnixxo-0/+14
- added full urlencoding to properly check urlencoded anchor links against non-urlencoded heading IDs - added tests urlecoding provided by https://crates.io/crates/urlencoding
2024-02-08Add test for broken_intra_doc_link.Eric Huss-0/+13
2021-06-09linkchecker: Fix bug where fragment errors printed the wrong path.Eric Huss-1/+2
2021-06-09Change the linkchecker self-tests to validate more output.Eric Huss-7/+42
2021-06-08Fix linkchecker redirection tests.Eric Huss-0/+4
These were changed in #84703.
2021-05-24Add some tests for the linkchecker.Eric Huss-0/+187