zulip/frontend_tests
Yago González ca190bd394 bug fix: Handle empty at-mentions gracefully.
An exception in the webapp was trown when an empty mention was sent.
Examples of problematic messages are "@" or "@****".

In order to fix this, the regex that identifies mentions has been
modified, so it now requires the mention to have a "content" (by
replacing the ? quantifier by +).

A test case has been added to `frontend_tests/node_tests/echo.js` to
check that this works properly in the future.
2016-12-21 15:32:12 -08:00
..
casper_lib lint: Fix many no-unused-vars eslint rule violations. 2016-12-14 21:34:51 -08:00
casper_tests Improve @all warnings user interface significantly. 2016-12-21 11:40:47 -08:00
node_tests bug fix: Handle empty at-mentions gracefully. 2016-12-21 15:32:12 -08:00
zjsunit lint: Fix several no-unused-vars eslint rule violations. 2016-12-03 18:43:47 -08:00
.eslintrc.json Eslint: Add additioanl rules, some for GCI. 2016-12-05 10:01:56 -08:00
run-casper Django 1.10: Use single cache prefix for casper tests. 2016-12-14 22:40:33 -08:00