]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix expected test result.
authorBruno Haible <bruno@clisp.org>
Mon, 23 Jun 2003 20:11:08 +0000 (20:11 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:45 +0000 (12:10 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/xgettext-26

index b838f4af3c8c91f7f398a55ac10484a60f27ebef..e4f264aa4e9a6ad88fd7654515c75ed9bc796788 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * xgettext-26: Fix expected test result for backslashed dollar in
+       single-quoted string.
+
 2003-06-23  Bruno Haible  <bruno@clisp.org>
 
        * format-perl-bracket-2: Allow added arguments in msgstr.
index 1c5f6a4121345f06b1a0bf723204af1803c54c93..9f2f55ce5859871e7f24d36a670594cfd29c2381 100755 (executable)
@@ -215,16 +215,12 @@ msgstr ""
 msgid "abc$defg"
 msgstr ""
 
-#: xg-test26.pl:61
+#: xg-test26.pl:61 xg-test26.pl:62
 msgid "abc\\$defg"
 msgstr ""
 
-#: xg-test26.pl:62
-msgid "abc\\\\$defg"
-msgstr ""
-
 #: xg-test26.pl:63
-msgid "abc\\\\\\$defg"
+msgid "abc\\\\$defg"
 msgstr ""
 
 #: xg-test26.pl:66 xg-test26.pl:67 xg-test26.pl:71 xg-test26.pl:72