Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-26 17:50:32 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-27 16:36:17 +0300
commitc38bfda43bde093aa5f3b3245e3d2de5190d1991 (patch)
tree71d3d6dd02ac7b6eaf2861ff8691c6d98a960e9a /hugolib/embedded_shortcodes_test.go
parent1f6e0de36152f919609518f954fa0c55caad03f4 (diff)
hugolib: Fix regressions with uglyURLs
Fixes #2734
Diffstat (limited to 'hugolib/embedded_shortcodes_test.go')
-rw-r--r--hugolib/embedded_shortcodes_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/embedded_shortcodes_test.go b/hugolib/embedded_shortcodes_test.go
index 0576ca02c..5ca2be5c6 100644
--- a/hugolib/embedded_shortcodes_test.go
+++ b/hugolib/embedded_shortcodes_test.go
@@ -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)
}
}
}