weechat-matrix/tests
Denis Kasak 42f34f749b Handle combination of strikethrough and other attributes.
Strikethrough has to be done first, before handling any other attribute,
because otherwise it doesn't render correctly.

The following changes were made:

1. When striking due to redaction, we simply strip all the other
   attributes and then do the strikethrough, because this is the only
   practical option.
2. When rendering rich text received from the server, we ensure we
   handle strikethrough first, before any other attribute.
2018-03-23 09:51:58 +01:00
..
color_test.py Handle combination of strikethrough and other attributes. 2018-03-23 09:51:58 +01:00
http_parser_test.py Escape each HTML ref individually. 2018-03-22 20:47:03 +01:00