SYSFILE INFO: Get rid of nested tables.
[pspp] / tests / language / stats / autorecode.at
index 5dfdf5250ec2efb85e3ca3beae1f553ba6afa75f..fdd7c33e6bfe6c8de63d87bff76237a2455ebc88 100644 (file)
@@ -103,16 +103,18 @@ oojars          ,5.00,1.00
 thingummies     ,6.00,3.00
 oojimiflips     ,7.00,2.00
 
-Variable,Description,Position
-s,Format: A16,1
-x,Format: F8.2,2
-new,"Format: F8.2
-
-Value,Label
-1.00,oojars
-2.00,oojimiflips
-3.00,thingummies
-4.00,widgets",3
+Table: Variables
+Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values
+s,1,,Nominal,Input,16,Left,A16,A16,
+x,2,,Scale,Input,8,Right,F8.2,F8.2,
+new,3,,Scale,Input,8,Right,F8.2,F8.2,
+
+Table: Value Labels
+Variable,Value,Label
+new,1.00,oojars
+,2.00,oojimiflips
+,3.00,thingummies
+,4.00,widgets
 ])
 
 AT_CLEANUP