##// END OF EJS Templates
tests: fix regex in test-subrepo-git.t to match entire string...
Martin von Zweigbergk -
r35155:4c04fd03 default
parent child Browse files
Show More
@@ -847,8 +847,8 b' execute a diffstat'
847 the output contains a regex, because git 1.7.10 and 1.7.11
847 the output contains a regex, because git 1.7.10 and 1.7.11
848 change the amount of whitespace
848 change the amount of whitespace
849 $ hg diff --subrepos --stat
849 $ hg diff --subrepos --stat
850 \s*barfoo |\s*1 + (re)
850 \s*barfoo \|\s+1 \+ (re)
851 \s*foobar |\s*2 +- (re)
851 \s*foobar \|\s+2 \+- (re)
852 2 files changed, 2 insertions\(\+\), 1 deletions?\(-\) (re)
852 2 files changed, 2 insertions\(\+\), 1 deletions?\(-\) (re)
853
853
854 adding an include should ignore the other elements
854 adding an include should ignore the other elements
General Comments 0
You need to be logged in to leave comments. Login now