diff options
| author | demo <demo@antix1> | 2026-05-08 12:32:26 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-08 12:32:26 -0400 |
| commit | 918fff21c024d062fec9a15b03c3533c5dab4cff (patch) | |
| tree | 0c61ab3aff135eba7da8ca42b75dbff838ea403e /internal/findlinks/html/ex_spaces.html | |
| parent | 1e5825c17624208d0d3ec7af1bd9a5b0b12da013 (diff) | |
test: start writing basic tests
I've also moved the html to the findlinks package directory for now.
Diffstat (limited to 'internal/findlinks/html/ex_spaces.html')
| -rw-r--r-- | internal/findlinks/html/ex_spaces.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/findlinks/html/ex_spaces.html b/internal/findlinks/html/ex_spaces.html new file mode 100644 index 0000000..943f405 --- /dev/null +++ b/internal/findlinks/html/ex_spaces.html @@ -0,0 +1,5 @@ +<html> + <body> + <a href="/spaces"> </a> + </body> +</html> |
