shithub: hugo

Download patch

ref: 0946630715088d486ab8b7204f0945e755e9b934
parent: 9421690281b061f6e8256a818693df0f18fed1c1
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Feb 17 13:28:14 EST 2017

hugolib: Fix Windows build failure, take 2

--- a/hugolib/path_separators_windows_test.go
+++ b/hugolib/path_separators_windows_test.go
@@ -26,7 +26,7 @@
 
 func TestTemplatePathSeparator(t *testing.T) {
 	t.Parallel()
-	tmpl := new(tpl.GoHTMLTemplate)
+	tmpl := new(tplimpl.GoHTMLTemplate)
 	if name := tplimpl.GenerateTemplateNameFrom(win_base, win_path); name != "sub1/index.html" {
 		t.Fatalf("Template name incorrect. got %s but expected %s", name, "sub1/index.html")
 	}