SYSFILE INFO: Get rid of nested tables.
[pspp] / tests / language / dictionary / variable-display.at
index 16de8a2640fe3c2d0e7e44352654255757d3ca31..5daa3c1bbf645e54160dbae0f50d17bb16b6a252 100644 (file)
@@ -27,22 +27,11 @@ DISPLAY DICTIONARY.
 ])
 AT_CHECK([pspp -o pspp.csv var-display.sps])
 AT_CHECK([cat pspp.csv], [0], [dnl
-Variable,Description,Position
-x,"Format: F8.2
-Measure: Scale
-Role: Output
-Display Alignment: Left
-Display Width: 10",1
-y,"Format: F8.2
-Measure: Ordinal
-Role: Both
-Display Alignment: Right
-Display Width: 12",2
-z,"Format: F8.2
-Measure: Nominal
-Role: None
-Display Alignment: Center
-Display Width: 14",3
+Table: Variables
+Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values
+x,1,,Scale,Output,10,Left,F8.2,F8.2,
+y,2,,Ordinal,Both,12,Right,F8.2,F8.2,
+z,3,,Nominal,None,14,Center,F8.2,F8.2,
 ])
 AT_CLEANUP