mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
FIX: @mentions within backticks followed by proper @mentions.
This commit is contained in:
@ -144,6 +144,10 @@ test("Mentions", function() {
|
||||
"<p>don't <code>@mention</code></p>",
|
||||
"Does not mention in an inline code block");
|
||||
|
||||
cooked("Yes `@this` should be code @eviltrout",
|
||||
"<p>Yes <code>@this</code> should be code <span class=\"mention\">@eviltrout</span></p>",
|
||||
"Does not mention in an inline code block");
|
||||
|
||||
});
|
||||
|
||||
test("Oneboxing", function() {
|
||||
|
Reference in New Issue
Block a user