X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fdata%2Fsys-file.at;h=4c02e1c85355c1a5636ae3c856a3d58f0c0240b1;hb=a68ebf8f11b6d584de4188ec5284d12b23f69708;hp=5bd505c1ff6224f3c6271a9ec55d75a6c8133711;hpb=dfef2d080b293485654a0392b14cafbbeb697c5e;p=pspp diff --git a/tests/data/sys-file.at b/tests/data/sys-file.at index 5bd505c1ff..4c02e1c853 100644 --- a/tests/data/sys-file.at +++ b/tests/data/sys-file.at @@ -1,9 +1,28 @@ +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([system files]) # Also tests that long variable names are preserved by SAVE and GET. AT_SETUP([write and read numeric data]) AT_KEYWORDS([SAVE GET system file]) -AT_DATA([sysfile.sps], [dnl +for variant in 'UNCOMPRESSED $FL2' 'ZCOMPRESSED $FL3'; do + set $variant + compression=$1 magic=$2 + cat >sysfile.sps <sysfile.sps <)/' pspp.csv]], [0], [dnl +Table: File Label +Label,clientèle confrère cortège crèche + +Table: Documents +"DOCUMENT coördinate smörgåsbord +épée séance soufflé soirée +jalapeño vicuña. + (Entered )" + +Table: Variables +Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values +àéîöçxyzabc,1,,Scale,Input,8,Right,F8.2,F8.2, +roué,2,Provençal soupçon,Nominal,Input,9,Left,A9,A9, +croûton,3,,Nominal,Input,32,Left,A1000,A1000, + +Table: Value Labels +Variable Value,,Label +àéîöçxyzabc,1.00,éclair élan +Provençal soupçon,abcdefghi,sauté précis + +Table: Variable and Dataset Attributes +Variable and Name,,Value +(dataset),Furtwängler,kindergärtner +àéîöçxyzabc,Atatürk,Düsseldorf Gewürztraminer +]) +AT_CLEANUP