pivot-table: Change the default format to omit empty rows and columns.
[pspp] / tests / language / dictionary / missing-values.at
index 76b84fad4785608d73140a4df5ab635e1c176770..fd748385917c770b00b35e85a50f319f3d7f33a0 100644 (file)
@@ -75,6 +75,7 @@ DISPLAY DICTIONARY str1 str2 longstr.
 
 * May mix variable types when clearing missing values.
 MISSING VALUES ALL ().
+MISSING VALUES num1 (1).
 DISPLAY DICTIONARY
 ])
 AT_CHECK([pspp -o pspp.csv missing-values.sps])
@@ -138,7 +139,7 @@ longstr: """abc     ""; ""def     """
 str1: @&t@
 str2: @&t@
 date1: @&t@
-num1: @&t@
+num1: 1
 longstr: @&t@
 ])
 AT_CLEANUP