tests/test-basic.t
changeset 42418 9803323048b6
parent 40547 840cd57cde32
child 42419 69883775b27d
--- a/tests/test-basic.t	Thu May 23 03:03:36 2019 +0530
+++ b/tests/test-basic.t	Tue Jun 04 20:58:39 2019 +0900
@@ -98,6 +98,12 @@
   $TESTTMP/t
   $ hg log -l1 -T '{reporoot}\n'
   $TESTTMP/t
+  $ hg root -Tjson | sed 's|\\\\|\\|g'
+  [
+   {
+    "reporoot": "$TESTTMP/t"
+   }
+  ]
 
 At the end...