# HG changeset patch # User Augie Fackler # Date 2018-03-02 18:47:49 # Node ID edf736c3c064156631b09b8f4bd04082347a5690 # Parent 27911e0fb50efd9006e0016c58a05c39018ee217 tests: add some re and globs for test-revset on python3 At this point we're down to two deprecation warnings (which I suspect are showing a bug in the test?) and one weird-looking failure. Progress! Differential Revision: https://phab.mercurial-scm.org/D2559 diff --git a/tests/test-revset.t b/tests/test-revset.t --- a/tests/test-revset.t +++ b/tests/test-revset.t @@ -410,7 +410,7 @@ quoting needed hg: parse error at 5: not a prefix: end [255] $ log 'date("\xy")' - hg: parse error: invalid \x escape + hg: parse error: invalid \x escape* (glob) [255] $ log 'date(tip)' hg: parse error: invalid date: 'tip' @@ -1309,7 +1309,7 @@ test author (func (symbol 'grep') (string '(')) - hg: parse error: invalid match pattern: unbalanced parenthesis + hg: parse error: invalid match pattern: (unbalanced parenthesis|missing \),.*) (re) [255] $ try 'grep("\bissue\d+")' (func