From: Bruno Haible Date: Mon, 24 Feb 2003 10:53:17 +0000 (+0000) Subject: Correct the syntax of a test string. X-Git-Tag: v0.12~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef59bdf5b24ef74a81e61f4e7f3b82f88dd433b;p=thirdparty%2Fgettext.git Correct the syntax of a test string. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index d093c0923..acffcc428 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2003-02-23 Bruno Haible + + * format-lisp-1: Correct the syntax of a test string. + 2003-02-22 Bruno Haible * lang-python-1: Renamed from lang-python. Make it work with Python diff --git a/gettext-tools/tests/format-lisp-1 b/gettext-tools/tests/format-lisp-1 index ee5de4d7a..d23256c9f 100755 --- a/gettext-tools/tests/format-lisp-1 +++ b/gettext-tools/tests/format-lisp-1 @@ -178,7 +178,7 @@ cat <<\EOF > f-l-1.data # Invalid: default clause not last "abc~[~D~;~X~:;~R~;~R~]~C" # Invalid: too many params -"abc~@4[~D~]" +"abc~4@[~D~]" # Invalid: too many params "abc~@[~D~4]" # Invalid: too many params