mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
Fix test case for hr_HR monetary formatting
* stdlib/tst-strfmon_l.c: Fix testcase. Needed because of [BZ #10580]
This commit is contained in:
parent
9ca6b34378
commit
cf4341ca90
@ -1,3 +1,7 @@
|
||||
2017-11-30 Mike FABIAN <mfabian@redhat.com>
|
||||
|
||||
* stdlib/tst-strfmon_l.c: Fix testcase. Needed because of [BZ #10580]
|
||||
|
||||
2017-11-30 Dragan Stanojević - Nevidljivi <invisible@hidden-city.net>
|
||||
|
||||
* localedata/Makefile: Add hr_HR.UTF-8 to test-input and to
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user