mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
827db6dc31
In Python raw strings, newlines can't be escaped with a backslash. If you do that, both the backslash and the newline become part of the string. This meant that the regex for constants both started and ended with a newline which caused every other constant to be skipped.