X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fattributes.at;h=492709a8752529607191b308d01ac752a468e231;hb=649c202d57d7d5d8bb87be5b72839cd56ca4ca0b;hp=be75e8c03d6b06dbdffbf5f600773002727c68b3;hpb=93ec42221da8b677420bf11435e0d24d0503601b;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