mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 16:01:24 +00:00
The user mention regex was checking for multiple lines, so it broke when the user mention was on a new line. This changes the regex AND adds a couple tests to test inline markdown regexes.