py3: fix bad escapes of sub() replacement pattern in test-template-basic.t
Python 3.7 starts complaining about it. We have to double the backslash or '\x5c' to get around.
Loading
Please register or sign in to comment
Python 3.7 starts complaining about it. We have to double the backslash or '\x5c' to get around.