tests/test-template-functions.t
changeset 38447 b6294c113794
parent 38435 6a8ed5c7e112
child 38448 dae829b4de78
--- a/tests/test-template-functions.t	Mon Jun 18 21:58:04 2018 +0900
+++ b/tests/test-template-functions.t	Sun Jun 17 16:10:38 2018 +0900
@@ -932,6 +932,8 @@
   rev 0 is True
   $ hg log -r 0 -T '{if(0, "literal 0 is True as well")}\n'
   literal 0 is True as well
+  $ hg log -r 0 -T '{if(min(revset(r"0")), "0 of hybriditem is also True")}\n'
+  0 of hybriditem is also True
   $ hg log -r 0 -T '{if("", "", "empty string is False")}\n'
   empty string is False
   $ hg log -r 0 -T '{if(revset(r"0 - 0"), "", "empty list is False")}\n'