From patchwork Tue Apr 24 00:21:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tulio Magno Quites Machado Filho X-Patchwork-Id: 26916 Received: (qmail 94726 invoked by alias); 24 Apr 2018 00:21:23 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 94708 invoked by uid 89); 24 Apr 2018 00:21:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-27.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com From: Tulio Magno Quites Machado Filho To: libc-alpha@sourceware.org Cc: mfabian@redhat.com Subject: [PATCH] Update the expected results for hr_HR Date: Mon, 23 Apr 2018 21:21:05 -0300 X-TM-AS-GCONF: 00 x-cbid: 18042400-0040-0000-0000-00000420D203 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008908; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000257; SDB=6.01022323; UDB=6.00521795; IPR=6.00801558; MB=3.00020736; MTD=3.00000008; XFM=3.00000015; UTC=2018-04-24 00:21:16 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18042400-0041-0000-0000-00000826DC53 Message-Id: <20180424002105.16524-1-tuliom@linux.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2018-04-23_08:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1804240001 Update stdlib/tst-strfmon_l.c in order to comply with the new value of thousands_sep for hr_HR from commit ea76691a7507b052a15b9dddb5847afa2b57d2a4. 2018-04-23 Tulio Magno Quites Machado Filho * stdlib/tst-strfmon_l.c: Update the expected thousands_sep for hr_HR to ".". Signed-off-by: Tulio Magno Quites Machado Filho --- stdlib/tst-strfmon_l.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c index 664ac8ca27..1994d623eb 100644 --- a/stdlib/tst-strfmon_l.c +++ b/stdlib/tst-strfmon_l.c @@ -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" } }