format: Improve error messages.
[pspp] / tests / language / data-io / data-list.at
index dbd5e1c8a636e215fd609d172babeafb9ce589f3..165b4df722ce413aeafcc7738d05e1ac645de4a0 100644 (file)
@@ -542,7 +542,7 @@ AT_CHECK([pspp --testing-mode -O format=csv insert.sps], [1], [dnl
    28 | DATA LIST FIXED/x 1-5 (**).
       |                        ^~"
 
-"data-list.sps:29.19-29.25: error: DATA LIST: Input format F1.5 specifies 5 decimal places, but the given width allows at most 1 decimals.
+"data-list.sps:29.19-29.25: error: DATA LIST: Input format F1.5 specifies 5 decimal places, but width 1 allows at most 1 decimals.
    29 | DATA LIST FIXED/x 1 (F,5).
       |                   ^~~~~~~"