mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Fix tst-strfmon_l test for hr_HR locale
The test needs to be adapted for the change in the thousands separators: “hr_HR locale: fix thousands_sep and mon_thousands_sep” [BZ #23094]
This commit is contained in:
parent
9320ca88a1
commit
e5aea5c314
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user