tests/test-hgweb.t
changeset 38204 d6aa1fc8292f
parent 38203 c2e3bc99fba4
child 38205 9ed3527019b5
--- a/tests/test-hgweb.t	Thu May 31 18:01:54 2018 +0800
+++ b/tests/test-hgweb.t	Thu May 31 18:33:49 2018 +0800
@@ -808,6 +808,10 @@
   [1]
   $ get-with-headers.py localhost:$HGPORT 'file/tip/da?style=coal' | grep -F '[up]'
   <a href="/file/tip/?style=coal">[up]</a>
+  $ get-with-headers.py localhost:$HGPORT 'file/tip?style=gitweb' | grep -F '[up]'
+  [1]
+  $ get-with-headers.py localhost:$HGPORT 'file/tip/da?style=gitweb' | grep -F '[up]'
+  <a href="/file/tip/?style=gitweb">[up]</a>
 
 no style can be loaded from directories other than the specified paths