From: Bruno Haible Date: Mon, 23 Jun 2003 20:11:08 +0000 (+0000) Subject: Fix expected test result. X-Git-Tag: v0.13~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8264096326ccf1ecfcbba78108e0a672776d045b;p=thirdparty%2Fgettext.git Fix expected test result. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index b838f4af3..e4f264aa4 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,8 @@ +2003-06-23 Bruno Haible + + * xgettext-26: Fix expected test result for backslashed dollar in + single-quoted string. + 2003-06-23 Bruno Haible * format-perl-bracket-2: Allow added arguments in msgstr. diff --git a/gettext-tools/tests/xgettext-26 b/gettext-tools/tests/xgettext-26 index 1c5f6a412..9f2f55ce5 100755 --- a/gettext-tools/tests/xgettext-26 +++ b/gettext-tools/tests/xgettext-26 @@ -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