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:
Diffstat (limited to 'hugolib/404_test.go')
-rw-r--r--hugolib/404_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hugolib/404_test.go b/hugolib/404_test.go
index cd203a669..383302e0b 100644
--- a/hugolib/404_test.go
+++ b/hugolib/404_test.go
@@ -57,7 +57,6 @@ Page: /404.html|
Data: 1|
`)
-
}
func Test404WithBase(t *testing.T) {
@@ -77,5 +76,4 @@ Page not found
b.AssertFileContent("public/404.html", `
Base:
Page not found`)
-
}