summaryrefslogtreecommitdiff
path: root/internal/test/findlinks_test.go
AgeCommit message (Collapse)Author
2026-05-09test: add second example + only test Parsedemo
I have more confidence that Parse works (and works better than FindLinks), so I'm sticking with it.
2026-05-09feat: implement "v2"demo
This is based on the Gophercises solution.
2026-05-09refactor: move tests to dedicated packagedemo