tests/test-command-template.t
changeset 28239 7279e0132347
parent 28212 d4419c01532b
child 28270 650c9f69a744
--- a/tests/test-command-template.t	Thu Feb 25 10:34:31 2016 +0100
+++ b/tests/test-command-template.t	Sun Dec 27 20:21:37 2015 +0900
@@ -3556,12 +3556,14 @@
   > open('utf-8', 'w').write('\xc3\xa9')
   > EOF
   $ HGENCODING=utf-8 hg branch -q `cat utf-8`
-  $ HGENCODING=utf-8 hg ci -qAm 'non-ascii branch' utf-8
+  $ HGENCODING=utf-8 hg ci -qAm "non-ascii branch: `cat utf-8`" utf-8
 
 json filter should try round-trip conversion to utf-8:
 
   $ HGENCODING=ascii hg log -T "{branch|json}\n" -r0
   "\u00e9"
+  $ HGENCODING=ascii hg log -T "{desc|json}\n" -r0
+  "non-ascii branch: \u00e9"
 
 json filter takes input as utf-8b: