SYSFILE INFO: Improve output formatting by using nested tables.
[pspp] / tests / language / dictionary / sys-file-info.at
index 14a53fafcf5cf5ec5b07b43b7a9f2122e5abebfd..d7f4c3fa5701c6541daf27d9e731264a665f6c63 100644 (file)
@@ -17,7 +17,8 @@ AT_CHECK(
   [sed -e '/^Created:,/d' \
        -e '/^Endian:,/d' \
        -e '/^Integer Format:,/d' \
-       -e '/^Real Format:,/d' pspp.csv],
+       -e '/^Real Format:,/d' \
+       -e '/^Encoding:,/d' pspp.csv],
   [0], [dnl
 Table: Reading free-form data from INLINE.
 Variable,Format
@@ -30,17 +31,18 @@ Variables:,2
 Cases:,3
 Type:,System File
 Weight:,Not weighted.
-Mode:,Compression on.
-Charset:,Unknown
+Compression:,SAV
 
-Variable,Description,,Position
-x,Format: F8.2,,1
-,Measure: Scale,,
-,Display Alignment: Right,,
-,Display Width: 8,,
-name,Format: A10,,2
-,Measure: Nominal,,
-,Display Alignment: Left,,
-,Display Width: 10,,
+Variable,Description,Position
+x,"Format: F8.2
+Measure: Scale
+Role: Input
+Display Alignment: Right
+Display Width: 8",1
+name,"Format: A10
+Measure: Nominal
+Role: Input
+Display Alignment: Left
+Display Width: 10",2
 ])
 AT_CLEANUP