From: Ben Pfaff Date: Thu, 20 Feb 2014 16:25:13 +0000 (-0800) Subject: i18n: Fix typo in test. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba399e6e07b5a367147bfebbec35753f41b51447;p=pspp i18n: Fix typo in test. UTF8 is written UTF-8 elsewhere. It looks like Mac OS X only accepts the latter spelling. Reported by Jeremy Lavergne. --- diff --git a/tests/libpspp/i18n.at b/tests/libpspp/i18n.at index 974e76f590..9f73f597b0 100644 --- a/tests/libpspp/i18n.at +++ b/tests/libpspp/i18n.at @@ -35,7 +35,7 @@ CHECK_I18N_RECODE([truncated UTF-8 to ISO-8559-1], [UTF-8], [ISO-8859-1], # Checks for a bug that caused the last character to be dropped in conversions # from encodings that have combining diacritics (e.g. windows-1258). CHECK_I18N_RECODE([dropped final character in windows-1258], [windows-1258], - [UTF8], [aeiou], [aeiou]) + [UTF-8], [aeiou], [aeiou]) dnl The input to this test is 7 bytes long and the expected output is 9 bytes. dnl So it should exercise the E2BIG case