summaryrefslogtreecommitdiff
path: root/internal/links/find_test.go
AgeCommit message (Collapse)Author
2026-05-10feat: resolve hrefs according to a base URLdemo
2026-05-10style: rename 'find' to 'parse'demo
2026-05-10test: use multiple examples of counting hrefs inside htmldemo
One of the examples uses a nested anchor tag. While this is illegal, it may well reflect the intention of whoever wrote the HTML and so could be valuable as input data for the sitemap.
2026-05-10feat: implement find for finding linksdemo