weechat-matrix/tests
Tom Smeding a5e6434c31
Fix handling of backslashes in relation to code blocks (#203)
Backslashes are now correctly preserved inside code blocks while still allowing the user to escape a backtick. The handling of backticks and bold/italic wrappers was unified so that they share the same escaping code.

Backslashes only escape Markdown wrapper characters (*, _, `). If they are encountered before another character, they are considered literal.
2020-06-03 11:06:16 +00:00
..
buffer_test.py commands: Change the way the redact command parses it's arguments. 2019-09-11 12:24:12 +02:00
color_test.py Fix handling of backslashes in relation to code blocks (#203) 2020-06-03 11:06:16 +00:00
http_parser_test.py Remove stray print. 2018-03-24 14:40:03 +01:00
server_test.py tests: Fix server tests. 2019-07-03 21:20:07 +02:00