about summary refs log tree commit diff
path: root/stdlib/tst-strfmon_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-strfmon_l.c')
-rw-r--r--stdlib/tst-strfmon_l.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c
index 664ac8ca27..1994d623eb 100644
--- a/stdlib/tst-strfmon_l.c
+++ b/stdlib/tst-strfmon_l.c
@@ -163,11 +163,11 @@ static const struct locale_pair tests[] =
       "hr_HR.UTF-8",
       {
         {
-          "HRK 1\u202f234\u202f567,89", "1\u202f234\u202f567,89 kn",
+          "HRK 1.234.567,89", "1.234.567,89 kn",
           "HRK 1234567,89", "1234567,89 kn"
         },
         {
-          "-HRK 1\u202f234\u202f567,89", "-1\u202f234\u202f567,89 kn",
+          "-HRK 1.234.567,89", "-1.234.567,89 kn",
           "-HRK 1234567,89", "-1234567,89 kn"
         }
       }