simplify function specifications in CTABLES
[pspp] / tests / language / data-io / dataset.at
index 885520ed09b68021cff5a5410eb6178bf432044c..ea3bcc6f095d98c1c0c442a52fe8b9f4866db90c 100644 (file)
@@ -319,11 +319,11 @@ LIST.
 AT_CHECK([pspp -O format=csv dataset.pspp], [0], [dnl
 Table: Reading 1 record from INLINE.
 Variable,Record,Columns,Format
-x,1,1-  1,F1.0
+x,1,1-1,F1.0
 
 Table: Reading 1 record from INLINE.
 Variable,Record,Columns,Format
-y,1,2-  4,F3.0
+y,1,2-4,F3.0
 ])
 
 AT_CLEANUP
\ No newline at end of file