hugolib: Fix regressions with uglyURLs

Fixes #2734
This commit is contained in:
Bjørn Erik Pedersen 2016-11-26 15:50:32 +01:00
parent 1f6e0de361
commit c38bfda43b
9 changed files with 101 additions and 31 deletions

View file

@ -372,7 +372,7 @@ func TestShortcodeInstagram(t *testing.T) {
}
if this.expected != output {
t.Errorf("[%d] unexpected rendering, got %d expected: %d", i, output, this.expected)
t.Errorf("[%d] unexpected rendering, got %s expected: %s", i, output, this.expected)
}
}
}