tests/test-revset.t
changeset 45723 edfc5820aae7
parent 45701 b90d7e7f39db
child 45895 fc4fb2f17dd4
--- a/tests/test-revset.t	Mon Oct 05 20:53:34 2020 +0900
+++ b/tests/test-revset.t	Wed Oct 14 22:10:48 2020 +0900
@@ -1448,6 +1448,9 @@
     (string '('))
   hg: parse error: invalid match pattern: (unbalanced parenthesis|missing \),.*) (re)
   [255]
+  $ log 'desc("re:(")'
+  hg: parse error: invalid regular expression: (unbalanced parenthesis|missing \),.*) (re)
+  [255]
   $ try 'grep("\bissue\d+")'
   (func
     (symbol 'grep')