summaryrefslogtreecommitdiffstats
path: root/commands/commands_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/commands_test.go')
-rw-r--r--commands/commands_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/commands_test.go b/commands/commands_test.go
index 97d81ec6e..d37ec1f0d 100644
--- a/commands/commands_test.go
+++ b/commands/commands_test.go
@@ -370,6 +370,11 @@ Single: {{ .Title }}
`)
+ writeFile(t, filepath.Join(dir, "layouts", "404.html"), `
+404: {{ .Title }}|Not Found.
+
+`)
+
writeFile(t, filepath.Join(dir, "layouts", "_default", "list.html"), `
List: {{ .Title }}