From patchwork Mon Feb 4 23:38:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D5841: tests: use raw strings in test-help.t From: phabricator X-Patchwork-Id: 38417 Message-Id: <8a8db6433fde6143bac8a6912b9ff653@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Mon, 4 Feb 2019 23:38:09 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG033a0f4b4a5f: tests: use raw strings in test-help.t (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5841?vs=13768&id=13795 REVISION DETAIL https://phab.mercurial-scm.org/D5841 AFFECTED FILES tests/test-help.t CHANGE DETAILS To: indygreg, #hg-reviewers Cc: mercurial-devel diff --git a/tests/test-help.t b/tests/test-help.t --- a/tests/test-help.t +++ b/tests/test-help.t @@ -1674,7 +1674,7 @@ Test omit indicating for help $ cat > addverboseitems.py < '''extension to test omit indicating. + > r'''extension to test omit indicating. > > This paragraph is never omitted (for extension) > @@ -1687,7 +1687,7 @@ > ''' > from __future__ import absolute_import > from mercurial import commands, help - > testtopic = b"""This paragraph is never omitted (for topic). + > testtopic = br"""This paragraph is never omitted (for topic). > > .. container:: verbose >