X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fmrsets.at;h=edff6ae25360129f58180965f12cec68d99f2a61;hb=c3b4d3a80c6da1f8b0c5e2f65e46ec28f7e29711;hp=4567173d44b86c34c75bd7ef53bcd44c9394d752;hpb=c5ad65b0351ab1d897eb072eeaec06fb37802b01;p=pspp diff --git a/tests/language/dictionary/mrsets.at b/tests/language/dictionary/mrsets.at index 4567173d44..edff6ae253 100644 --- a/tests/language/dictionary/mrsets.at +++ b/tests/language/dictionary/mrsets.at @@ -100,7 +100,7 @@ b c d ","Multiple dichotomy set -Counted value: ""c"" +Counted value: `c' Category label source: Variable labels " $e,"w @@ -168,7 +168,7 @@ b c d ","Multiple dichotomy set -Counted value: ""c"" +Counted value: `c' Category label source: Variable labels " $e,"w @@ -185,7 +185,7 @@ d ","Multiple category set " -mrsets.sps:50: note: MRSETS: The active file dictionary does not contain any multiple response sets. +mrsets.sps:50: note: MRSETS: The active dataset dictionary does not contain any multiple response sets. ]) AT_CLEANUP @@ -239,7 +239,7 @@ AT_DATA([mrsets.sps], MRSETS /MCGROUP VARIABLES=a b c. ]) AT_CHECK([pspp -O format=csv mrsets.sps], [1], - [mrsets.sps:6: error: MRSETS: Required NAME specification missing from MCGROUP subcommand. + [mrsets.sps:6.32: error: MRSETS: Syntax error at end of command: Required MCGROUP specification missing from NAME subcommand. ]) AT_CLEANUP @@ -249,7 +249,7 @@ AT_DATA([mrsets.sps], MRSETS /MCGROUP NAME=$Mcgroup. ]) AT_CHECK([pspp -O format=csv mrsets.sps], [1], - [mrsets.sps:6: error: MRSETS: Required VARIABLES specification missing from MCGROUP subcommand. + [mrsets.sps:6.30: error: MRSETS: Syntax error at end of command: Required MCGROUP specification missing from VARIABLES subcommand. ]) AT_CLEANUP