tests/test-show.t
changeset 31859 8e282aa3c3ff
parent 31858 ad366d57d574
child 31943 3e9f118cc834
--- a/tests/test-show.t	Fri Apr 07 10:26:13 2017 -0700
+++ b/tests/test-show.t	Fri Apr 07 10:46:32 2017 -0700
@@ -114,4 +114,12 @@
    }
   ]
 
+JSON works with no bookmarks
+
+  $ hg book -d a-longer-bookmark
+  $ hg book -d book1
+  $ hg show bookmarks -T json
+  [
+  ]
+
   $ cd ..