mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Support for MDTest
This commit is contained in:
@@ -184,7 +184,7 @@ describe PostAnalyzer do
|
||||
end
|
||||
|
||||
it "ignores code" do
|
||||
post_analyzer = PostAnalyzer.new("@Jake <code>@Finn</code>", default_topic_id)
|
||||
post_analyzer = PostAnalyzer.new("@Jake `@Finn`", default_topic_id)
|
||||
post_analyzer.raw_mentions.should == ['jake']
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user