Break up Gemtext link parsing code and improve tests.

This commit is contained in:
2025-01-16 09:38:28 +02:00
parent 982fb75bd2
commit ea92b90c62
6 changed files with 231 additions and 93 deletions

View File

@@ -1,8 +1,9 @@
package gemini
import (
"gemini-grc/common"
"testing"
"gemini-grc/common"
)
func TestExtractRedirectTargetFullURL(t *testing.T) {