X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Flanguage%2Fdictionary%2Fvalue-labels.at;h=1873d3779b36e8ed027e429dc0587c0ca37fcb5d;hb=ff5de86ff88b3d3c8552ac0e29c94f4ce3a4f2eb;hp=b82150044332e3d74141abacbd2ad90e2958f665;hpb=facb4a1ad3c9e8b2cdf55824680eed2afb91aebe;p=pspp diff --git a/tests/language/dictionary/value-labels.at b/tests/language/dictionary/value-labels.at index b821500443..1873d3779b 100644 --- a/tests/language/dictionary/value-labels.at +++ b/tests/language/dictionary/value-labels.at @@ -27,9 +27,9 @@ DISPLAY DICTIONARY. ]) AT_CHECK([pspp -O format=csv value-labels.sps], [0], [dnl Table: Variables -Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values -ad,1,,Scale,Input,8,Right,ADATE10,ADATE10, -dt,2,,Scale,Input,8,Right,DATETIME20.0,DATETIME20.0, +Name,Position,Measurement Level,Role,Width,Alignment,Print Format,Write Format +ad,1,Scale,Input,8,Right,ADATE10,ADATE10 +dt,2,Scale,Input,8,Right,DATETIME20.0,DATETIME20.0 Table: Value Labels Variable Value,,Label @@ -55,8 +55,8 @@ FREQUENCIES x/STAT=NONE. AT_CHECK([pspp -o pspp.csv -o pspp.txt value-labels.sps]) AT_CHECK([cat pspp.csv], [0], [dnl Table: Variables -Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values -x,1,,Scale,Input,8,Right,F8.2,F8.2, +Name,Position,Measurement Level,Role,Width,Alignment,Print Format,Write Format +x,1,Scale,Input,8,Right,F8.2,F8.2 Table: Value Labels Variable Value,,Label @@ -94,8 +94,8 @@ FREQUENCIES x/STAT=NONE. AT_CHECK([pspp -o pspp.csv -o pspp.txt get.sps]) AT_CHECK([cat pspp.csv], [0], [dnl Table: Variables -Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values -x,1,,Scale,Input,8,Right,F8.2,F8.2, +Name,Position,Measurement Level,Role,Width,Alignment,Print Format,Write Format +x,1,Scale,Input,8,Right,F8.2,F8.2 Table: Value Labels Variable Value,,Label