diff mbox series

Update the expected results for hr_HR

Message ID 20180424002105.16524-1-tuliom@linux.ibm.com
State New
Headers show
Series Update the expected results for hr_HR | expand

Commit Message

Tulio Magno Quites Machado Filho April 24, 2018, 12:21 a.m. UTC
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 mbox series

Patch

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"
         }
       }