zulip/zerver/tests/fixtures
okay 1694831029 bugdown: Fix double processed emoji tags inside inline tags.
When an emoji is nested inside another inline tag - like em or strong -
it was getting double processed because of the way the inlinePattern
TreeProcessor runs (it runs recursively). With this fix, we set the
inner text of the emoji span as an AtomicString, preventing us from
double processing the emoji's text.

Fixes #11621

Test Plan:

* Add test case for **😄**, verify it passes.
* Go into local dev server and send "**😄**" to self and verify the DOM
does not have double <span> tags for the emoji.
* Run zerver.tests.test_push_notifications and verify the markdown test case matches
the text_content field properly
2019-05-01 17:03:15 -07:00
..
email email_mirror: Add send_to_email_mirror management command. 2019-01-09 10:36:16 -08:00
import_fixtures import: Use pub_date to sort message ids. 2018-10-23 17:27:37 -05:00
mattermost_fixtures import: Add tool for importing teams from mattermost. 2019-04-05 17:53:03 -07:00
slack_fixtures
.gitignore
authors.json
config.generate_data.json
csp_report.json
docs_url_preview_data.json
duplicate_commits.json
gitter_data.json gitter import: Add basic tests. 2018-07-23 08:36:30 -07:00
markdown_test_cases.json bugdown: Fix double processed emoji tags inside inline tags. 2019-05-01 17:03:15 -07:00
narrow.json topic -> subject: Extract get_topic_from_message_info(). 2018-11-14 23:24:06 -08:00
slack_message_conversion.json slack import: Add support for bold-italics formatting. 2018-06-02 09:01:55 -07:00
user_agents_unique