working on subdirs by feed

This commit is contained in:
bel
2019-09-02 09:08:53 -06:00
parent 2518c3f263
commit db79a43e95
9 changed files with 101 additions and 16 deletions

View File

@@ -47,6 +47,7 @@ func TestRSSWriteFeed(t *testing.T) {
f.ContentFilter = "b"
f.Tags = []string{"c"}
f.URL = s.URL
f.Copyright = "copyright"
log.SetOutput(bytes.NewBuffer(nil))
defer log.SetOutput(os.Stderr)