mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
util: Use the same regex as the backend for wildcard mentions.
This commit is contained in:
committed by
Tim Abbott
parent
89a22fb076
commit
92fa9ee78c
@@ -168,6 +168,8 @@ run_test("wildcard_mentions_regexp", () => {
|
||||
|
||||
const messages_with_everyone_mentions = [
|
||||
"@**everyone**",
|
||||
'"@**everyone**"',
|
||||
"@**everyone**: Look at this!",
|
||||
"some text before @**everyone** some text after",
|
||||
"@**everyone** some text after only",
|
||||
"some text before only @**everyone**",
|
||||
|
||||
Reference in New Issue
Block a user