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:
Mike FABIAN 2017-11-30 10:50:44 +01:00
parent 9ca6b34378
commit cf4341ca90
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

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