summaryrefslogtreecommitdiffstats
path: root/hugolib/page_paths_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_paths_test.go')
-rw-r--r--hugolib/page_paths_test.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/hugolib/page_paths_test.go b/hugolib/page_paths_test.go
index 9e8d4ecb7..8f8df6ec1 100644
--- a/hugolib/page_paths_test.go
+++ b/hugolib/page_paths_test.go
@@ -151,13 +151,6 @@ func TestPageTargetPath(t *testing.T) {
BaseName: "mypage",
Addends: "c/d/e",
Type: output.HTMLFormat}, "/a/b/mypage/c/d/e/index.html"},
- {
- "Unclean Taxonomy Term", targetPathDescriptor{
- Kind: KindTaxonomy,
- BaseName: "_index",
- Sections: []string{"tags", "x/y"},
- Type: output.HTMLFormat,
- Addends: "page/3"}, "/tags/x-y/page/3/index.html"},
}
for i, test := range tests {