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/pagebundler_test.go')
-rw-r--r--hugolib/pagebundler_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/hugolib/pagebundler_test.go b/hugolib/pagebundler_test.go
index 5c21dc472..13f223eb5 100644
--- a/hugolib/pagebundler_test.go
+++ b/hugolib/pagebundler_test.go
@@ -1040,6 +1040,10 @@ slug: leaf
b.WithContent("sv/b1/data2.json", "sv: data2")
b.WithContent("nb/b1/data2.json", "nb: data2")
+ b.WithContent("en/b3/_index.md", createPage("en: branch"))
+ b.WithContent("en/b3/p1.md", createPage("en: page"))
+ b.WithContent("en/b3/data1.json", "en: data")
+
b.Build(BuildCfg{})
b.AssertFileContent("public/en/index.html",