diff contrib/bdiff-torture.py @ 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 0c73634d0570
children 876494fd967d
line wrap: on
line diff