summaryrefslogtreecommitdiffstats
path: root/hugolib/alias_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/alias_test.go')
-rw-r--r--hugolib/alias_test.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/hugolib/alias_test.go b/hugolib/alias_test.go
index 8f3b756ec..d5ffc06fe 100644
--- a/hugolib/alias_test.go
+++ b/hugolib/alias_test.go
@@ -38,8 +38,10 @@ outputs: ["HTML", "AMP", "JSON"]
For some moments the old man did not reply. He stood with bowed head, buried in deep thought. But at last he spoke.
`
-const basicTemplate = "<html><body>{{.Content}}</body></html>"
-const aliasTemplate = "<html><body>ALIASTEMPLATE</body></html>"
+const (
+ basicTemplate = "<html><body>{{.Content}}</body></html>"
+ aliasTemplate = "<html><body>ALIASTEMPLATE</body></html>"
+)
func TestAlias(t *testing.T) {
t.Parallel()