Sourceware Bugzilla – Attachment 10653 Details for
Bug 10580
hr_HR: updated locale
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0003-Fix-test-case-for-hr_HR-monetary-formatting.patch
0003-Fix-test-case-for-hr_HR-monetary-formatting.patch (text/plain), 1.14 KB, created by
Mike FABIAN
on 2017-11-30 11:49:01 UTC
(
hide
)
Description:
0003-Fix-test-case-for-hr_HR-monetary-formatting.patch
Filename:
MIME Type:
Creator:
Mike FABIAN
Created:
2017-11-30 11:49:01 UTC
Size:
1.14 KB
patch
obsolete
>From 96a2448fe1f538d3af8c0c6613691683acab21d7 Mon Sep 17 00:00:00 2001 >From: Mike FABIAN <mfabian@redhat.com> >Date: Thu, 30 Nov 2017 10:50:44 +0100 >Subject: [PATCH 3/4] Fix test case for hr_HR monetary formatting > > * stdlib/tst-strfmon_l.c: Fix testcase. Needed because of [BZ #10580] >--- > stdlib/tst-strfmon_l.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c >index 1d8c842925..0276d7f957 100644 >--- a/stdlib/tst-strfmon_l.c >+++ b/stdlib/tst-strfmon_l.c >@@ -163,12 +163,12 @@ static const struct locale_pair tests[] = > "hr_HR.UTF-8", > { > { >- "HRK 1\u202f234\u202f567,89", "Kn 1\u202f234\u202f567,89", >- "HRK 1234567,89", "Kn 1234567,89" >+ "HRK 1\u202f234\u202f567,89", "1\u202f234\u202f567,89 kn", >+ "HRK 1234567,89", "1234567,89 kn" > }, > { >- "-HRK 1\u202f234\u202f567,89", "-Kn 1\u202f234\u202f567,89", >- "-HRK 1234567,89", "-Kn 1234567,89" >+ "-HRK 1\u202f234\u202f567,89", "-1\u202f234\u202f567,89 kn", >+ "-HRK 1234567,89", "-1234567,89 kn" > } > } > }, >-- >2.14.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10580
:
4158
|
4159
|
4175
|
6876
|
6877
|
7010
|
9196
|
9197
|
10651
|
10652
| 10653 |
10654