output: Introduce pivot tables.
[pspp] / tests / language / dictionary / attributes.at
index e3d63657d685a257f7c2b4ce53d14ec249bb3fc0..f0407b6369a4a55323611f8dae7bf3dd08578b0a 100644 (file)
@@ -52,7 +52,7 @@ DISPLAY ATTRIBUTES.
 ]])
 AT_CHECK([pspp -O format=csv save-attrs.pspp], [0],
   [[Table: Variable and Dataset Attributes
-Variable,Name,Value
+Variable and Name,,Value
 (dataset),array[1],array element 1
 ,array[2],array element 2
 ,key,value
@@ -64,7 +64,7 @@ c,QuestionWording,X or Y?
 ]])
 AT_CHECK([pspp -O format=csv get-attrs.pspp], [0], [dnl
 Table: Variable and Dataset Attributes
-Variable,Name,Value
+Variable and Name,,Value
 (dataset),array,array element 2
 ,key,value
 b,ValidationRule,a * b > 3