0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-14 13:08:11 +02:00

Apply suggestion from @silverwind

Signed-off-by: silverwind <me@silverwind.io>
This commit is contained in:
silverwind 2026-03-01 14:34:13 +01:00 committed by GitHub
parent 64f1f9c294
commit 08e0ac2f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,6 +118,7 @@ func TestRender_CrossReferences(t *testing.T) {
test(
inputURL,
`<p><a href="`+inputURL+`" rel="nofollow"><code>0123456789</code></a></p>`)
inputURL = setting.AppURL + "owner/repo/commit/0123456"
test(
inputURL,