Correct typo in hugolib/path_separators_windows_test.go - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 6ee35f654f7ee856a9d3d3f70a48673b55957471
DIR parent a4eef4eb16f099a17181e2a9fa38262aafcd87f5
HTML Author: Anthony Fok <foka@debian.org>
Date: Mon, 12 Jan 2015 13:15:04 -0700
Correct typo in hugolib/path_separators_windows_test.go
Diffstat:
M hugolib/path_separators_windows_te… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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 TestTemplatePathSeperator(t *testing.T) {
+func TestTemplatePathSeparator(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)