]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix expected result.
authorBruno Haible <bruno@clisp.org>
Wed, 29 Oct 2003 11:53:37 +0000 (11:53 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:07 +0000 (12:11 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/msgcat-13

index 1b2b38cf93af8601eb4dce6c361363177a99333d..30a1abd7873c3113bdf8a474799dad6d359dce87 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-23  Bruno Haible  <bruno@clisp.org>
+
+       * msgcat-13: Change expected result.
+
 2003-10-21  Bruno Haible  <bruno@clisp.org>
 
        * lang-bash: Hide the warning about deprecated syntax.
index 9938540f1ce5b628f1ba4be41319cba96967a4cf..e896003c9edddcb7708307d7eadebc38692b2696 100755 (executable)
@@ -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}