This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Update the expected results for hr_HR


Update stdlib/tst-strfmon_l.c in order to comply with the new value of
thousands_sep for hr_HR from commit ea76691a7507b052a15b9dddb5847afa2b57d2a4.

2018-04-23  Tulio Magno Quites Machado Filho  <tuliom@linux.ibm.com>

	* stdlib/tst-strfmon_l.c: Update the expected thousands_sep for
	hr_HR to ".".

Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
---
 stdlib/tst-strfmon_l.c | 4 ++--
 1 file 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"
         }
       }
-- 
2.14.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]