( )⚙ D3621 tests: use [(] instead of \( to avoid warning on py3

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
Lint Skipped
Unit
Unit Tests Skipped

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.