mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
tpl/urls: Fix build broken by a merge
This commit is contained in:
parent
5b3e165bad
commit
e4e0313c80
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ func TestParse(t *testing.T) {
|
||||||
func TestJoinPath(t *testing.T) {
|
func TestJoinPath(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
c := qt.New(t)
|
c := qt.New(t)
|
||||||
|
ns := newNs()
|
||||||
|
|
||||||
for _, test := range []struct {
|
for _, test := range []struct {
|
||||||
elements any
|
elements any
|
||||||
|
|
Loading…
Reference in a new issue