mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
Run gofmt -s
This commit is contained in:
parent
597e418cb0
commit
d30e845485
7 changed files with 19 additions and 19 deletions
|
@ -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>`,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue