]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Improve two tests.
authorBruno Haible <bruno@clisp.org>
Mon, 22 Oct 2001 08:50:33 +0000 (08:50 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Oct 2001 08:50:33 +0000 (08:50 +0000)
tests/ChangeLog
tests/format-c-1

index 66049c19d59e46d85cea8c8631376bbad551bf19..a0b9e966df019b7ed92ff56a74daf2875b91e902 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-20  Bruno Haible  <haible@clisp.cons.org>
+
+       * format-c-1: Fix two tests to really test something.
+
 2001-09-20  Bruno Haible  <haible@clisp.cons.org>
 
        * format-pascal-1: New file.
index 24dc08e034bc9178226aeb132665b9d4d2c44d0c..647826003d5c08177faceff6019634f5ef401ba7 100755 (executable)
@@ -112,11 +112,11 @@ cat <<\EOF > f-c-1.data
 # Invalid: mixing of numbered and unnumbered arguments
 "abc%1$.*x"
 # Invalid: missing non-final argument
-"abc%2$x$3$s"
+"abc%2$x%3$s"
 # Valid: permutation
 "abc%2$ddef%1$d"
 # Valid: multiple uses of same argument
-"abc%2xdef%1pghi%2x"
+"abc%2$xdef%1$pghi%2$x"
 # Valid: one argument with width
 "abc%2$#*1$g"
 # Valid: one argument with width and precision