X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fvalue-labels.at;h=b3a2f8f8599391bdd2c3c5527cabaf2cea0c2ee4;hb=649c202d57d7d5d8bb87be5b72839cd56ca4ca0b;hp=4c9f43976d52b69a70e9f3db7d5f280dfb8584e9;hpb=cf5e75010ed9fa9b8eb75a71d1419d40e1a8ddd8;p=pspp diff --git a/tests/language/dictionary/value-labels.at b/tests/language/dictionary/value-labels.at index 4c9f43976d..b3a2f8f859 100644 --- a/tests/language/dictionary/value-labels.at +++ b/tests/language/dictionary/value-labels.at @@ -10,19 +10,17 @@ VALUE LABELS ad 'july 10, 1982' 'label 1' DISPLAY DICTIONARY. ]) AT_CHECK([pspp -O format=csv value-labels.sps], [0], [dnl -Variable,Description,,Position -ad,Format: ADATE10,,1 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -,07/10/1982,label 1, -,01/02/1993,label 2, -,05/04/2003,label 3, -dt,Format: DATETIME20.0,,2 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -,12-APR-2011 06:09:56,label 4, +Variable,Description,Position +ad,"Format: ADATE10 + +Value,Label +07/10/1982,label 1 +01/02/1993,label 2 +05/04/2003,label 3",1 +dt,"Format: DATETIME20.0 + +Value,Label +12-APR-2011 06:09:56,label 4",2 ]) AT_CLEANUP @@ -39,14 +37,13 @@ DISPLAY DICTIONARY. FREQUENCIES x/STAT=NONE. ]) AT_CHECK([pspp -O format=csv value-labels.sps], [0], [dnl -Variable,Description,,Position -x,Format: F8.2,,1 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -,1.00,one, -,2.00,first line\nsecond line, -,3.00,three, +Variable,Description,Position +x,"Format: F8.2 + +Value,Label +1.00,one +2.00,first line\nsecond line +3.00,three",1 Table: x Value Label,Value,Frequency,Percent,Valid Percent,Cum Percent @@ -76,14 +73,13 @@ DISPLAY DICTIONARY. FREQUENCIES x/STAT=NONE. ]) AT_CHECK([pspp -O format=csv get.sps], [0], [dnl -Variable,Description,,Position -x,Format: F8.2,,1 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -,1.00,one, -,2.00,first line\nsecond line, -,3.00,three, +Variable,Description,Position +x,"Format: F8.2 + +Value,Label +1.00,one +2.00,first line\nsecond line +3.00,three",1 Table: x Value Label,Value,Frequency,Percent,Valid Percent,Cum Percent