Assorted improvements to diagnostics.
[pspp] / tests / language / dictionary / split-file.at
index aec4b7449f02fb350d1d8c288d8eb0b833607ef7..2ea856593f25618e8e2fc3641484a747965241b7 100644 (file)
@@ -139,7 +139,9 @@ DATA LIST LIST NOTABLE /V1 TO V9.
 SPLIT FILE BY V1 TO V9.
 ])
 AT_CHECK([pspp split-file.sps], [1], [dnl
-split-file.sps:2: error: SPLIT FILE: At most 8 split variables may be
+split-file.sps:2.15-2.22: error: SPLIT FILE: At most 8 split variables may be
 specified.
+    2 | SPLIT FILE BY V1 TO V9.
+      |               ^~~~~~~~
 ])
 AT_CLEANUP