diff options
Diffstat (limited to 'posix/bug-regex6.c')
-rw-r--r-- | posix/bug-regex6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/bug-regex6.c b/posix/bug-regex6.c index 324bd51..145f007 100644 --- a/posix/bug-regex6.c +++ b/posix/bug-regex6.c @@ -29,7 +29,7 @@ main (int argc, char *argv[]) regex_t re; regmatch_t mat[10]; int i, j, ret = 0; - const char *locales[] = { "C", "de_DE.UTF-8" }; + const char *locales[] = { "C", "C.UTF-8", "de_DE.UTF-8" }; const char *string = "http://www.regex.com/pattern/matching.html#intro"; regmatch_t expect[10] = { { 0, 48 }, { 0, 5 }, { 0, 4 }, { 5, 20 }, { 7, 20 }, { 20, 42 }, |