summaryrefslogtreecommitdiffstats
path: root/hugolib/page__fragments_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page__fragments_test.go')
-rw-r--r--hugolib/page__fragments_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/hugolib/page__fragments_test.go b/hugolib/page__fragments_test.go
index cce006e9f..c30fa829e 100644
--- a/hugolib/page__fragments_test.go
+++ b/hugolib/page__fragments_test.go
@@ -1,4 +1,4 @@
-// Copyright 2023 The Hugo Authors. All rights reserved.
+// Copyright 2024 The Hugo Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -65,7 +65,6 @@ Fragments : {{ $p1.Fragments.Identifiers }}
b.AssertFileContent("public/en/p1/index.html", "HTML")
b.AssertFileContent("public/en/p1/index.json", "ToC: <nav id=\"TableOfContents\">\n <ul>\n <li><a href=\"#heading-1-fr\">Heading 1 FR</a></li>\n </ul>\n</nav>\nFragments : [heading-1-fr]")
-
}
// Issue #10866
@@ -108,5 +107,4 @@ Fragments: {{ .Fragments.Identifiers }}|
b.AssertFileContent("public/p1/index.html", "Fragments: [heading-p1-1 heading-p2-1 heading-p2-2]|")
b.AssertFileContent("public/p2/index.html", "Fragments: [heading-p2-1 heading-p2-2]|")
-
}