This is an archive of the discontinued Mercurial Phabricator instance.

tests: use [(] instead of \( to avoid warning on py3
ClosedPublic

Authored by durin42 on May 19 2018, 4:10 PM.

Details

Summary

From a recent test run of mine:

run-tests.py:1633: DeprecationWarning: invalid escape sequence '\('

This lets us encode the expectation without the badness.

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.

Event Timeline

durin42 created this revision.May 19 2018, 4:10 PM
pulkit accepted this revision.May 19 2018, 4:17 PM
This revision was automatically updated to reflect the committed changes.