projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9c691
)
Fix typo in shortcode tests
author
Nathan Youngman
<git@nathany.com>
Wed, 14 Oct 2015 21:11:30 +0000
(15:11 -0600)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Thu, 15 Oct 2015 16:00:10 +0000
(18:00 +0200)
hugolib/shortcode_test.go
patch
|
blob
|
history
diff --git
a/hugolib/shortcode_test.go
b/hugolib/shortcode_test.go
index ecc77f97dc4ebf4f6594872c09e247a8936116d8..a8eeca8e70f723977ea0e83bf8cde259fee619c3 100644
(file)
--- a/
hugolib/shortcode_test.go
+++ b/
hugolib/shortcode_test.go
@@
-35,7
+35,7
@@
func CheckShortCodeMatchAndError(t *testing.T, input, expected string, template
}
if output != expected {
- t.Fatalf("Shortcode render didn't match. got %q but ex
x
pected %q", output, expected)
+ t.Fatalf("Shortcode render didn't match. got %q but expected %q", output, expected)
}
}