From 32f726e4080eb37656aeeefac7cedf68d54992cd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 29 Oct 2003 11:53:37 +0000 Subject: [PATCH] Fix expected result. --- gettext-tools/tests/ChangeLog | 4 ++++ gettext-tools/tests/msgcat-13 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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} -- 2.47.3