tests/test-locate.t
changeset 35444 dad8a5071b0a
parent 35393 4441705b7111
child 35659 821d8a5ab4ff
--- a/tests/test-locate.t	Thu Dec 14 22:26:46 2017 +0900
+++ b/tests/test-locate.t	Sat Oct 21 17:19:02 2017 +0900
@@ -151,4 +151,13 @@
   $ hg files .
   [1]
 
+Convert native path separator to slash (issue5572)
+
+  $ hg files -T '{path|slashpath}\n'
+  ../b
+  ../dir.h/foo
+  ../t.h
+  ../t/e.h
+  ../t/x
+
   $ cd ../..