X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdata-io%2Fdata-list.at;h=d7e98db79ef5fa8c88bdc70e3144cfcb5d9b8aef;hb=60b4c9b436dbead4227eb798b8b41343ef3c0054;hp=8637ff7c6a348c4f4afa318109ee8e23e314c062;hpb=facb4a1ad3c9e8b2cdf55824680eed2afb91aebe;p=pspp diff --git a/tests/language/data-io/data-list.at b/tests/language/data-io/data-list.at index 8637ff7c6a..d7e98db79e 100644 --- a/tests/language/data-io/data-list.at +++ b/tests/language/data-io/data-list.at @@ -410,7 +410,9 @@ EXECUTE. ]) AT_CHECK([pspp -O format=csv data-list.sps], [1], [dnl -data-list.sps:1: error: DATA LIST: The SKIP value must be non-negative. +"data-list.sps:1.41-1.42: error: DATA LIST: Syntax error expecting non-negative integer for SKIP. + 1 | DATA LIST LIST FILE='f.in' NOTABLE SKIP=-1 /a b c d. + | ^~" data-list.sps:3: error: Stopping syntax file processing here to avoid a cascade of dependent command failures. ]) @@ -426,7 +428,9 @@ EXECUTE. ]) AT_CHECK([pspp -O format=csv data-list.sps], [1], [dnl -data-list.sps:1: error: DATA LIST: The RECORDS value must be non-negative. +"data-list.sps:1.44-1.45: error: DATA LIST: Syntax error expecting non-negative integer for RECORDS. + 1 | DATA LIST LIST FILE='f.in' NOTABLE RECORDS=-1 /a b c d. + | ^~" data-list.sps:3: error: Stopping syntax file processing here to avoid a cascade of dependent command failures. ])