D1545: tests: fix regex in test-subrepo-git.t to match entire string

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Thu Nov 30 07:58:49 EST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG4c04fd032af6: tests: fix regex in test-subrepo-git.t to match entire string (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1545?vs=3964&id=4011

REVISION DETAIL
  https://phab.mercurial-scm.org/D1545

AFFECTED FILES
  tests/test-subrepo-git.t

CHANGE DETAILS

diff --git a/tests/test-subrepo-git.t b/tests/test-subrepo-git.t
--- a/tests/test-subrepo-git.t
+++ b/tests/test-subrepo-git.t
@@ -847,8 +847,8 @@
 the output contains a regex, because git 1.7.10 and 1.7.11
  change the amount of whitespace
   $ hg diff --subrepos --stat
-  \s*barfoo |\s*1 + (re)
-  \s*foobar |\s*2 +- (re)
+  \s*barfoo \|\s+1 \+ (re)
+  \s*foobar \|\s+2 \+- (re)
    2 files changed, 2 insertions\(\+\), 1 deletions?\(-\) (re)
 
 adding an include should ignore the other elements



To: martinvonz, #hg-reviewers, quark, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list