Mercurial > hg
comparison .hgsigs @ 35154:4c04fd032af6
tests: fix regex in test-subrepo-git.t to match entire string
Due to a bug in the test runner (fixed by the next commit), the regex
used for matching lines like " foobar | 2 +-" stoppped at the "|" and
the test passed even though the rest of the line did not match. The
test seems to have been supposed to match "|" and "+" literally on
those lines, so this changes the regex to escape those characters. It
also changes a "\s*" to "\s+" since I think we'll always include a
space after the "|" in the diffstat output.
Differential Revision: https://phab.mercurial-scm.org/D1545
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 29 Nov 2017 10:58:32 -0800 |
parents | 4cc910cd81d0 |
children | fff9ffa2ea05 |
comparison
equal
deleted
inserted
replaced
35153:273907306a39 | 35154:4c04fd032af6 |
---|