mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
FIX: Following a mention with a coded mention.
This commit is contained in:
parent
6fe0d29a01
commit
f2c4b3e37f
2 changed files with 7 additions and 0 deletions
|
@ -148,6 +148,10 @@ test("Mentions", function() {
|
|||
"<p>Yes <code>@this</code> should be code <span class=\"mention\">@eviltrout</span></p>",
|
||||
"Does not mention in an inline code block");
|
||||
|
||||
cooked("@eviltrout and `@eviltrout`",
|
||||
"<p><span class=\"mention\">@eviltrout</span> and <code>@eviltrout</code></p>",
|
||||
"you can have a mention in an inline code block following a real mention.");
|
||||
|
||||
});
|
||||
|
||||
test("Oneboxing", function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue