+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.
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"
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