Assorted improvements to diagnostics.
[pspp] / tests / language / data-io / dataset.at
index 885520ed09b68021cff5a5410eb6178bf432044c..c484f16b8114fb98a7a6c6be42bbf16b88c6f4c9 100644 (file)
@@ -132,7 +132,9 @@ x
 Table: Datasets
 second (active dataset)
 
-dataset.pspp:10: error: LIST: LIST is allowed only after the active dataset has been defined.
+"dataset.pspp:10.1-10.4: error: LIST: LIST is allowed only after the active dataset has been defined.
+   10 | LIST.
+      | ^~~~"
 ])
 AT_CLEANUP
 
@@ -213,7 +215,9 @@ one (active dataset)
 
 5 @&t@
 
-dataset.pspp:16: error: LIST: LIST is allowed only after the active dataset has been defined.
+"dataset.pspp:16.1-16.4: error: LIST: LIST is allowed only after the active dataset has been defined.
+   16 | LIST.
+      | ^~~~"
 
 Table: Data List
 x
@@ -319,11 +323,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