[PATCH] help: test keyword search in translated text

Olav Reinert seroton10 at gmail.com
Fri Jun 8 16:54:36 CDT 2012


# HG changeset patch
# User Olav Reinert <seroton10 at gmail.com>
# Date 1339191431 -7200
# Node ID d12fcd595cad7d72c3042490b227740f5e9e1fed
# Parent  cf98c7b08e32ac457854b2ab5c5099f07fc5321f
help: test keyword search in translated text.

Tests that help keyword search is able to search the translated help text when
using a non-English language.

diff -r cf98c7b08e32 -r d12fcd595cad tests/test-i18n.t
--- a/tests/test-i18n.t	Fri Jun 08 23:34:03 2012 +0200
+++ b/tests/test-i18n.t	Fri Jun 08 23:37:11 2012 +0200
@@ -22,3 +22,15 @@
   $ HGENCODING=Latin-1 LANGUAGE=pt_BR hg tip
   abortado: n\xe3o foi encontrado um reposit\xf3rio em '$TESTTMP' (.hg n\xe3o encontrado)! (esc)
   [255]
+
+Test keyword search in translated help text:
+
+  $ HGENCODING=UTF-8 LANGUAGE=de hg help -k blättern
+  Topics:
+  
+   extensions Using Additional Features
+  
+  Erweiterungen:
+  
+   pager Verwendet einen externen Pager zum Bl\xc3\xa4ttern in der Ausgabe von Befehlen (esc)
+


More information about the Mercurial-devel mailing list