Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian monetary...
authorMike FABIAN <mfabian@redhat.com>
Thu, 10 Aug 2017 10:16:29 +0000 (12:16 +0200)
committerMike FABIAN <mfabian@redhat.com>
Thu, 10 Aug 2017 11:13:22 +0000 (13:13 +0200)
commitbd80111ed9cb93b2d56720dcd1d1f259616c27ae
treee95280c9e10dc4575f15b37048786b09af6de6a6
parent4169825556bcc23ced731e711be91819465d4a83
Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian monetary formatting

The test cases should expose non-standard grouping and the trailing
space after the currency sign. After the changes to the Indian
monetary formatting, the Indian formatting still shows the
non-standard grouping. To test the trailing space after the currency
sign I chose the hr_HR locale.

See:

    commit 82b3124268bec0609b337dd993e771c93e44cbf2
    Author: Akhilesh Kumar <akhilesh.k@samsung.com>

        Remove redundant data for LC_MONETARY for Indian locales
ChangeLog
stdlib/Makefile
stdlib/tst-strfmon_l.c