zulip/frontend_tests
100RABHpy 039dd256a1 markdown: Fix a bug in query_and_reply.
Fixes #17466
This commit will change encoding logic. Initial logic
was not encoding parenthesis, and this creates conflicts
with the markdown link format. To resolve this while encoding,
we're now replacing parenthesis with ".28" and ".29."

There is no need to change decoding logic because before
decoding any URL, we first convert all the “.” to “%.”

optimization: No need to replace parenthesis in popovers.js.
2021-03-16 16:40:37 -07:00
..
node_tests markdown: Fix a bug in query_and_reply. 2021-03-16 16:40:37 -07:00
puppeteer_lib puppeteer_lib: Remove jQuery dependency from select_item_via_typeahead. 2021-03-13 07:02:00 -05:00
puppeteer_tests refactor: Rename filter to linkifier in frontend code and docs. 2021-03-15 11:19:59 -07:00
zjsunit node tests: Split up tutorial into smaller examples. 2021-03-15 10:46:00 -04:00