uc-is-grapheme-break tests: Tweak.
authorBruno Haible <bruno@clisp.org>
Fri, 6 Jan 2012 14:04:37 +0000 (15:04 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Jan 2012 14:04:37 +0000 (15:04 +0100)
* tests/unigbrk/test-uc-is-grapheme-break.c (main): Fix an error
message.

ChangeLog
tests/unigbrk/test-uc-is-grapheme-break.c

index 2cb3956..07915c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-01-06  Bruno Haible  <bruno@clisp.org>
 
+       uc-is-grapheme-break tests: Tweak.
+       * tests/unigbrk/test-uc-is-grapheme-break.c (main): Fix an error
+       message.
+
+2012-01-06  Bruno Haible  <bruno@clisp.org>
+
        test-init.sh: correct the test for diff -u
        * tests/test-init.sh: Also redirect stdout to /dev/null.
 
index f527a3e..69f7488 100644 (file)
@@ -109,7 +109,7 @@ main (int argc, char *argv[])
             }
           else
             {
-              fprintf (stderr, "%s:%d.%d: syntax error expecting '÷' or '÷'\n",
+              fprintf (stderr, "%s:%d.%d: syntax error expecting '÷' or 'Ã\97'\n",
                        filename, lineno, (int) (p - line + 1));
               exit (1);
             }