diff tests/test-branches.t @ 32950:5100ce217dfa

formatter: add support for separator template This seems useful for writing JSON template.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 22 Apr 2017 21:50:51 +0900
parents 13eebc189ff3
children 61b60b28c381
line wrap: on
line diff
--- a/tests/test-branches.t	Sat Apr 22 21:46:14 2017 +0900
+++ b/tests/test-branches.t	Sat Apr 22 21:50:51 2017 +0900
@@ -533,7 +533,8 @@
   $ cat <<'EOF' > "$TESTTMP/map-myjson"
   > docheader = '\{\n'
   > docfooter = '\n}\n'
-  > branches = '{ifeq(index, 0, "", ",\n")} {dict(branch, node|short)|json}'
+  > separator = ',\n'
+  > branches = ' {dict(branch, node|short)|json}'
   > EOF
   $ hg branches -T "$TESTTMP/map-myjson"
   {