From patchwork Sat Feb 16 03:34:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D5974: tests: double escape \ in test-import-eol.t and test-mq-eol.t From: phabricator X-Patchwork-Id: 38782 Message-Id: <5435651ec2d8acf2f078bc02a0d69d58@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Sat, 16 Feb 2019 03:34:23 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG140b542b0e59: tests: double escape \ in test-import-eol.t and test-mq-eol.t (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5974?vs=14112&id=14117 REVISION DETAIL https://phab.mercurial-scm.org/D5974 AFFECTED FILES tests/test-import-eol.t tests/test-mq-eol.t CHANGE DETAILS To: indygreg, #hg-reviewers Cc: mercurial-devel diff --git a/tests/test-mq-eol.t b/tests/test-mq-eol.t --- a/tests/test-mq-eol.t +++ b/tests/test-mq-eol.t @@ -23,9 +23,9 @@ > w(b' c\r\n') > w(b' d\n') > w(b'-e\n') - > w(b'\\ No newline at end of file\n') + > w(b'\\\\ No newline at end of file\n') > w(b'+z\r\n') - > w(b'\\ No newline at end of file\r\n') + > w(b'\\\\ No newline at end of file\r\n') > EOF $ cat > cateol.py < 'empty:stripped-crlf': b'\r\n'}[sys.argv[1]]) > w(b' d\n') > w(b'-e\n') - > w(b'\\ No newline at end of file\n') + > w(b'\\\\ No newline at end of file\n') > w(b'+z\r\n') - > w(b'\\ No newline at end of file\r\n') + > w(b'\\\\ No newline at end of file\r\n') > EOF $ hg init repo