This is an archive of the discontinued Mercurial Phabricator instance.

tests: fix deprecation warning about regex flags not at beginning of expr
ClosedPublic

Authored by spectral on Dec 5 2019, 7:09 PM.

Details

Summary

This may only show up when running the tests under python3.6+. Currently the
only test that does this is test-patchbomb-tls.t, and it only uses (?i), so
that's all that's handled at the moment.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.