zulip/frontend_tests
im-adithya 009b7bca24 alert_words: Fix highlighting of adjacent alert words.
This prevents the regex from requiring multiple spaces between
adjacent alert words by using lookahead and lookbehind (rather than
the before/after checks each needing to eat a whitespace character) so
that consecutive alert words (if any) can be highlighted.

With a frontend test covering adjacent corner cases by tabbott.

Fixes #17320
2021-04-28 07:54:50 -07:00
..
node_tests alert_words: Fix highlighting of adjacent alert words. 2021-04-28 07:54:50 -07:00
puppeteer_lib test users: Add an escape char to a test username. 2021-04-13 11:42:06 -07:00
puppeteer_tests compose: Use `class` to find `markdown_preview` related elements. 2021-04-27 10:06:25 -07:00
zjsunit node_tests: Fix example jQuery mock in comment. 2021-04-23 11:16:42 -07:00