]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Check that %.0s normally behaves like %s.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Aug 2008 10:27:52 +0000 (10:27 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:46 +0000 (12:15 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/format-python-2

index e57bfae2e6de6a808cdda944451d373d97471293..90a202bbd3072f472dea20a50b365a292880e51f 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-15  Bruno Haible  <bruno@clisp.org>
+
+       * format-python-2: Check that %.0s normally behaves like %s.
+
 2008-06-01  Bruno Haible  <bruno@clisp.org>
 
        * lang-bash: Add note about failure on MacOS X.
index 597990650b429224917d14f8dd8ac322bea8a2e4..3d9d2080bcb55d992f9fb09a0d0cd3b396a75c94 100755 (executable)
@@ -84,6 +84,9 @@ msgid  "abc%c"
 msgstr "xyz%s"
 # Invalid: type incompatibility
 msgid  "abc%c"
+msgstr "xyz%.0s"
+# Invalid: type incompatibility
+msgid  "abc%c"
 msgstr "xyz%i"
 # Invalid: type incompatibility
 msgid  "abc%c"
@@ -92,9 +95,15 @@ msgstr "xyz%e"
 msgid  "abc%s"
 msgstr "xyz%i"
 # Invalid: type incompatibility
+msgid  "abc%.0s"
+msgstr "xyz%i"
+# Invalid: type incompatibility
 msgid  "abc%s"
 msgstr "xyz%e"
 # Invalid: type incompatibility
+msgid  "abc%.0s"
+msgstr "xyz%e"
+# Invalid: type incompatibility
 msgid  "abc%i"
 msgstr "xyz%e"
 # Invalid: type incompatibility for width