private static bool MatchesFilter(string content, string tagList) { var page = new StubStoryTestPage(content); var testparser = new TagFilter(tagList); return(testparser.Matches(page)); }
private static bool MatchesFilter(string content, string tagList) { var page = new StubStoryTestPage(content); var testparser = new TagFilter(tagList); return (testparser.Matches(page)); }