tests/test-hgweb-commands.t
branchstable
changeset 38931 5caee9f923ae
parent 37854 edb28a6d95b7
child 39430 c3491d3f8984
--- a/tests/test-hgweb-commands.t	Fri Aug 03 15:09:19 2018 -0400
+++ b/tests/test-hgweb-commands.t	Thu Aug 09 13:04:52 2018 +0800
@@ -1227,6 +1227,16 @@
   # Mode literal keyword search
   
   
+  $ get-with-headers.py $LOCALIP:$HGPORT 'log?rev=first(::)&style=raw'
+  200 Script output follows
+  
+  
+  # HG changesets search
+  # Node ID cad8025a2e87f88c06259790adfa15acb4080123
+  # Query "first(::)"
+  # Mode literal keyword search
+  
+  
 
 Revset query with foo-bar bookmark (issue5879)