Properly escape punctuation in test patterns
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 25 Dec 2019 23:04:20 +0000 (23:04 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 28 Dec 2019 20:40:11 +0000 (20:40 +0000)
commit4757f5dd320fb0f9503e73d66960d27485b48d87
treed152381affc29c0b55ea4629bf889f640fe9c156
parent13ad9d33469c0ad12d0de34744cb30cc00bdba32
Properly escape punctuation in test patterns

Make sure all literal question marks (?) and periods (.) in selftest
match patterns are backslash-escaped in raw strings.
mudpy/tests/selftest.py