Add Fishbowl archive #41

Merged
bvisness merged 10 commits from fishbowl into master 2022-06-12 12:45:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 991ca3ae38 - Show all commits

View File

@ -177,7 +177,7 @@ func TestFishbowlIndex(t *testing.T) {
}
func TestFishbowl(t *testing.T) {
AssertRegexMatch(t, BuildFishbowl("oop"), RegexFishbowl, nil)
AssertRegexMatch(t, BuildFishbowl("oop"), RegexFishbowl, map[string]string{"slug": "oop"})
AssertRegexNoMatch(t, BuildFishbowl("oop")+"/otherfiles/whatever", RegexFishbowl)
}