tests/test-revset.t
branchstable
changeset 16640 592e0beee8b0
parent 16521 592701c8eac6
child 16661 de4b42daf396
child 16771 2f3317d53d51
--- a/tests/test-revset.t	Thu May 10 14:17:05 2012 -0400
+++ b/tests/test-revset.t	Wed May 09 18:45:14 2012 +0200
@@ -410,6 +410,10 @@
   0
   $ log '4::8 - 8'
   4
+  $ log 'matching(1 or 2 or 3) and (2 or 3 or 1)'
+  2
+  3
+  1
 
 issue2437