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:
a4eef4e
)
Correct typo in hugolib/path_separators_windows_test.go
author
Anthony Fok
<foka@debian.org>
Mon, 12 Jan 2015 20:15:04 +0000
(13:15 -0700)
committer
Anthony Fok
<foka@debian.org>
Mon, 12 Jan 2015 20:15:04 +0000
(13:15 -0700)
hugolib/path_separators_windows_test.go
patch
|
blob
|
history
diff --git
a/hugolib/path_separators_windows_test.go
b/hugolib/path_separators_windows_test.go
index 7f549b54e3ae0ca1c9c0093bbe4cdbd9c14c5110..f9af74dcba5aea957468620bb660cb48a907c0c9 100644
(file)
--- a/
hugolib/path_separators_windows_test.go
+++ b/
hugolib/path_separators_windows_test.go
@@
-10,7
+10,7
@@
const (
win_path = "c:\\a\\windows\\path\\layout\\sub1\\index.html"
)
-func TestTemplatePathSep
e
rator(t *testing.T) {
+func TestTemplatePathSep
a
rator(t *testing.T) {
tmpl := new(tpl.GoHtmlTemplate)
if name := tmpl.GenerateTemplateNameFrom(win_base, win_path); name != "sub1/index.html" {
t.Fatalf("Template name incorrect. Expected: %s, Got: %s", "sub1/index.html", name)