X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fdata%2Fsys-file.at;h=86487173a066e8b5405d1924f802beb32d5ff988;hb=0200682d517fd4b7cfc4e333378de03bcf74be43;hp=5975e0f3b7326c4e44e8141d735d64c418648b97;hpb=099b41646452789d8a5b31218fa6522d1ea46584;p=pspp diff --git a/tests/data/sys-file.at b/tests/data/sys-file.at index 5975e0f3b7..86487173a0 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 -File label: clientèle confrère cortège crèche - -Documents in the active dataset: - -DOCUMENT coördinate smörgåsbord +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 ) - -Variable,Description,,Position -àéîöçxyzabc,Format: F8.2,,1 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -,1.00,éclair élan, -,Custom attributes:,, -,Atatürk,Düsseldorf Gewürztraminer, -roué,Provençal soupçon,,2 -,Format: A9,, -,Measure: Nominal,, -,Display Alignment: Left,, -,Display Width: 9,, -,abcdefghi,sauté précis, -croûton,Format: A1000,,3 -,Measure: Nominal,, -,Display Alignment: Left,, -,Display Width: 32,, - -Table: Custom data file attributes. -Attribute,Value -Furtwängler,kindergärtner + (Entered )" + +Table: Variables +Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format +àéîöç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