X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fattributes.at;h=492709a8752529607191b308d01ac752a468e231;hb=c7db015cdd7470334adafd940eda792c07a46126;hp=be75e8c03d6b06dbdffbf5f600773002727c68b3;hpb=d2fa1dd58c7e52ccbae9032e131ea2c1916df688;p=pspp diff --git a/tests/language/dictionary/attributes.at b/tests/language/dictionary/attributes.at index be75e8c03d..492709a875 100644 --- a/tests/language/dictionary/attributes.at +++ b/tests/language/dictionary/attributes.at @@ -35,15 +35,15 @@ VARIABLE ATTRIBUTE DISPLAY ATTRIBUTES. ]]) AT_CHECK([pspp -O format=csv save-attrs.pspp], [0], - [[Variable,Description, -a,Custom attributes:, -,ValidationRule[1],a * b > 3 -,ValidationRule[2],a + b > 2 -b,Custom attributes:, -,ValidationRule[1],a * b > 3 -,ValidationRule[2],a + b > 2 -c,Custom attributes:, -,QuestionWording,X or Y? + [[Variable,Description +a,"Attribute,Value +ValidationRule[1],a * b > 3 +ValidationRule[2],a + b > 2" +b,"Attribute,Value +ValidationRule[1],a * b > 3 +ValidationRule[2],a + b > 2" +c,"Attribute,Value +QuestionWording,X or Y?" Table: Custom data file attributes. Attribute,Value @@ -52,11 +52,12 @@ array[2],array element 2 key,value ]]) AT_CHECK([pspp -O format=csv get-attrs.pspp], [0], [dnl -Variable,Description, -b,Custom attributes:, -,ValidationRule,a * b > 3 -c,Custom attributes:, -,QuestionWording,X or Y? +Variable,Description +a, +b,"Attribute,Value +ValidationRule,a * b > 3" +c,"Attribute,Value +QuestionWording,X or Y?" Table: Custom data file attributes. Attribute,Value