X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funigbrk%2Ftest-uc-is-grapheme-break.c;h=69f7488f0c88561569aaa9ae5c7f0ff84b3a7ddc;hb=3559997a03e82d650aaa708447362fe20a6eaf15;hp=4df5c3e0a5299d69d91a9586c5478458d65f78ac;hpb=8887fa6665320b476fdf7e0ac680f7ce736ba37d;p=gnulib.git diff --git a/tests/unigbrk/test-uc-is-grapheme-break.c b/tests/unigbrk/test-uc-is-grapheme-break.c index 4df5c3e0a..69f7488f0 100644 --- a/tests/unigbrk/test-uc-is-grapheme-break.c +++ b/tests/unigbrk/test-uc-is-grapheme-break.c @@ -1,5 +1,5 @@ /* Grapheme cluster break function test. - Copyright (C) 2010-2011 Free Software Foundation, Inc. + Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -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 '×'\n", filename, lineno, (int) (p - line + 1)); exit (1); } @@ -124,8 +124,8 @@ main (int argc, char *argv[]) if (sscanf (p, "%x%n", &next_int, &n) != 1) { - fprintf (stderr, "%s:%d.%d: syntax error at `%s' expecting " - "hexadecimal Unicode code point number\n", + fprintf (stderr, "%s:%d.%d: syntax error at '%s' " + "expecting hexadecimal Unicode code point number\n", filename, lineno, (int) (p - line + 1), p); exit (1); }