summaryrefslogtreecommitdiffstats
path: root/hugolib/site_output_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/site_output_test.go')
-rw-r--r--hugolib/site_output_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/hugolib/site_output_test.go b/hugolib/site_output_test.go
index d57173630..824156e0b 100644
--- a/hugolib/site_output_test.go
+++ b/hugolib/site_output_test.go
@@ -284,4 +284,9 @@ baseName = "feed"
th.assertFileContent("public/feed.xml", "Recent content on")
+ s := h.Sites[0]
+
+ //Issue #3450
+ require.Equal(t, "http://example.com/blog/feed.xml", s.Info.RSSLink)
+
}