mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
Run gofmt -s
This commit is contained in:
@@ -160,11 +160,11 @@ func TestAbsURLUnqoted(t *testing.T) {
|
||||
tr := transform.New(NewAbsURLTransformer(testBaseURL))
|
||||
|
||||
apply(t.Errorf, tr, []test{
|
||||
test{
|
||||
{
|
||||
content: `Link: <a href=/asdf>ASDF</a>`,
|
||||
expected: `Link: <a href=http://base/asdf>ASDF</a>`,
|
||||
},
|
||||
test{
|
||||
{
|
||||
content: `Link: <a href=/asdf >ASDF</a>`,
|
||||
expected: `Link: <a href=http://base/asdf >ASDF</a>`,
|
||||
},
|
||||
|
Reference in New Issue
Block a user