We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9749d commit bf9d961Copy full SHA for bf9d961
test/html_pipeline_test.rb
@@ -202,7 +202,7 @@ def test_mention_and_team_mention_node_filters_are_applied
202
convert_filter: HTMLPipeline::ConvertFilter::MarkdownFilter.new,
203
node_filters: [
204
HTMLPipeline::NodeFilter::MentionFilter.new,
205
- HTMLPipeline::NodeFilter::TeamMentionFilter.new
+ HTMLPipeline::NodeFilter::TeamMentionFilter.new,
206
],
207
)
208
result = pipeline.call(text)[:output]
0 commit comments