From: Bruno Haible Date: Wed, 29 Oct 2003 11:53:37 +0000 (+0000) Subject: Fix expected result. X-Git-Tag: v0.13~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32f726e4080eb37656aeeefac7cedf68d54992cd;p=thirdparty%2Fgettext.git Fix expected result. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 1b2b38cf9..30a1abd78 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2003-10-23 Bruno Haible + + * msgcat-13: Change expected result. + 2003-10-21 Bruno Haible * lang-bash: Hide the warning about deprecated syntax. diff --git a/gettext-tools/tests/msgcat-13 b/gettext-tools/tests/msgcat-13 index 9938540f1..e896003c9 100755 --- a/gettext-tools/tests/msgcat-13 +++ b/gettext-tools/tests/msgcat-13 @@ -23,7 +23,7 @@ is completely ignored, even if in "quotes", or \escape characters, etc. = "0.000250 0.000250"; -/* a key with no value assumes the value is the same as the key */ +/* a key with no value assumes the value is the empty string */ "hoe322070.element"; EOF @@ -57,7 +57,7 @@ msgstr "0.000250 0.000250" # a key with no value assumes the value is the same as the key msgid "hoe322070.element" -msgstr "hoe322070.element" +msgstr "" EOF : ${DIFF=diff}