tests/test-log-bookmark.t
changeset 46046 1bf2b44c4007
parent 46045 9c0db3671008
child 48416 8c4881c07f57
--- a/tests/test-log-bookmark.t	Tue Dec 01 19:32:36 2020 +0900
+++ b/tests/test-log-bookmark.t	Tue Dec 01 20:22:24 2020 +0900
@@ -190,3 +190,9 @@
   $ hg log -B unknown
   abort: bookmark 'unknown' does not exist
   [255]
+
+Shouldn't accept string-matcher syntax:
+
+  $ hg log -B 're:.*'
+  abort: bookmark 're:.*' does not exist
+  [255]