mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Rename a test
This commit is contained in:
@@ -944,7 +944,7 @@ func TestRefLinking(t *testing.T) {
|
|||||||
// test empty link, as well as fragment only link
|
// test empty link, as well as fragment only link
|
||||||
{"", "", true, ""},
|
{"", "", true, ""},
|
||||||
} {
|
} {
|
||||||
t.Run(fmt.Sprint(i), func(t *testing.T) {
|
t.Run(fmt.Sprintf("t%dt", i), func(t *testing.T) {
|
||||||
checkLinkCase(site, test.link, currentPage, test.relative, test.outputFormat, test.expected, t, i)
|
checkLinkCase(site, test.link, currentPage, test.relative, test.outputFormat, test.expected, t, i)
|
||||||
|
|
||||||
// make sure fragment links are also handled
|
// make sure fragment links are also handled
|
||||||
|
Reference in New Issue
Block a user