From: Bruno Haible Date: Fri, 24 Oct 2003 10:24:09 +0000 (+0000) Subject: The expected test result now include #, c-format. X-Git-Tag: v0.13~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2f12eaaf1bf2b79beba51d8974da967410c05e5;p=thirdparty%2Fgettext.git The expected test result now include #, c-format. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index a093c2762..64d7221ad 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,9 @@ +2003-10-14 Bruno Haible + + * xgettext-22: Update expected result. + * lang-c: Likewise. + * lang-objc: Likewise. + 2003-10-12 Bruno Haible * msgcat-13: New file. diff --git a/gettext-tools/tests/lang-c b/gettext-tools/tests/lang-c index f226d8695..52091c9b5 100755 --- a/gettext-tools/tests/lang-c +++ b/gettext-tools/tests/lang-c @@ -59,6 +59,7 @@ ${XGETTEXT} -o prog.pot --omit-header --no-location -k_ prog.c tmpfiles="$tmpfiles prog.ok" cat < prog.ok +#, c-format msgid "'Your command, please?', asked the waiter." msgstr "" @@ -83,6 +84,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#, c-format msgid "'Your command, please?', asked the waiter." msgstr "«Votre commande, s'il vous plait», dit le garçon." diff --git a/gettext-tools/tests/lang-objc b/gettext-tools/tests/lang-objc index 5e25e30b6..44676b087 100755 --- a/gettext-tools/tests/lang-objc +++ b/gettext-tools/tests/lang-objc @@ -73,6 +73,7 @@ ${XGETTEXT} -o prog.pot --omit-header --no-location -k_ prog.m tmpfiles="$tmpfiles prog.ok" cat < prog.ok +#, c-format msgid "'Your command, please?', asked the waiter." msgstr "" @@ -97,6 +98,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#, c-format msgid "'Your command, please?', asked the waiter." msgstr "«Votre commande, s'il vous plait», dit le garçon." diff --git a/gettext-tools/tests/xgettext-22 b/gettext-tools/tests/xgettext-22 index a250a7cda..9287a0be5 100755 --- a/gettext-tools/tests/xgettext-22 +++ b/gettext-tools/tests/xgettext-22 @@ -31,9 +31,11 @@ msgstr "" msgid "File age is %10 microseconds" msgstr "" +#, c-format msgid " errors" msgstr "" +#, c-format msgid " mistakes" msgstr "" EOF