aiogram/tests/test_utils
Alex Root Junior a80031509e
Fixed nested hashtag, cashtag and email entnties parsing (#1263)
* Fixed nested hashtag, cashtag and email message entities not being parsed correctly when these entities are inside another entity.

* Tests coverage
2023-08-13 17:55:35 +03:00
..
__init__.py
test_auth_widget.py
test_backoff.py
test_callback_answer.py
test_chat_action.py Added support for message_thread_id in ChatActionSender (#1250) 2023-08-06 19:17:58 +03:00
test_deep_linking.py
test_formatting.py Added possibility to use HashTag/CashTag elements without prefixing content, added sep: str argument to the as_line function. 2023-07-16 23:04:06 +03:00
test_i18n.py
test_keyboard.py Enhance keyboard utility, improved documentation page. (#1236) 2023-08-04 22:36:50 +03:00
test_link.py Formatting tools (#1172) 2023-06-10 20:47:45 +03:00
test_magic_filter.py
test_markdown.py
test_mixins.py
test_text_decorations.py Fixed nested hashtag, cashtag and email entnties parsing (#1263) 2023-08-13 17:55:35 +03:00
test_token.py
test_web_app.py