Fix deprecated regex pattern syntax in selftests
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 15 Jul 2018 19:06:22 +0000 (19:06 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 15 Jul 2018 19:06:22 +0000 (19:06 +0000)
A deprecated (non-raw with escape sequences) regular expression
string went unnoticed in a recent commit, so this change fixes it to
be ready for eventual Python 3.8.


No differences found