X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Fautorecode.at;h=fdd7c33e6bfe6c8de63d87bff76237a2455ebc88;hb=c70c924972443e3ec2713e421815cbf959af2582;hp=5dfdf5250ec2efb85e3ca3beae1f553ba6afa75f;hpb=769186f0a30bc22fe6da1b2c4418689e43cfe55d;p=pspp diff --git a/tests/language/stats/autorecode.at b/tests/language/stats/autorecode.at index 5dfdf5250e..fdd7c33e6b 100644 --- a/tests/language/stats/autorecode.at +++ b/tests/language/stats/autorecode.at @@ -103,16 +103,18 @@ oojars ,5.00,1.00 thingummies ,6.00,3.00 oojimiflips ,7.00,2.00 -Variable,Description,Position -s,Format: A16,1 -x,Format: F8.2,2 -new,"Format: F8.2 - -Value,Label -1.00,oojars -2.00,oojimiflips -3.00,thingummies -4.00,widgets",3 +Table: Variables +Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values +s,1,,Nominal,Input,16,Left,A16,A16, +x,2,,Scale,Input,8,Right,F8.2,F8.2, +new,3,,Scale,Input,8,Right,F8.2,F8.2, + +Table: Value Labels +Variable,Value,Label +new,1.00,oojars +,2.00,oojimiflips +,3.00,thingummies +,4.00,widgets ]) AT_CLEANUP