X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fi18n.at;h=78b86fd7540213901328682979b225d4e24ac5b6;hb=62b5101a28fc2c4a9b8b26a998fb6c4ec12d84c7;hp=974e76f590ef636b8f9946d4b6dc278ba95697aa;hpb=a2f806b656f4f5f0693292a814dc992d5f083b46;p=pspp diff --git a/tests/libpspp/i18n.at b/tests/libpspp/i18n.at index 974e76f590..78b86fd754 100644 --- a/tests/libpspp/i18n.at +++ b/tests/libpspp/i18n.at @@ -1,3 +1,19 @@ +dnl PSPP - a program for statistical analysis. +dnl Copyright (C) 2017 Free Software Foundation, Inc. +dnl +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . +dnl AT_BANNER([i18n recoding]) # CHECK_I18N_RECODE([TITLE], [FROM-CODING], [TO-CODING], @@ -35,7 +51,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