tests
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 2 Aug 2022 00:18:01 +0000 (17:18 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 2 Aug 2022 00:18:01 +0000 (17:18 -0700)
tests/language/stats/ctables.at

index 1ea40840f072e5abb45d0c216e779e800ba7b1ca..c105cf67dbd10b3abd10512fae729815be3cc0cb 100644 (file)
@@ -558,6 +558,23 @@ ctables.sps:100.52-100.56: error: CTABLES: Failed to parse category
 specification as format DATETIME: Day (123) must be between 1 and 31..
   100 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=datetime ['123'].
       |                                                    ^~~~~
+
+ctables.sps:23: error: CTABLES: Summaries may appear only on one axis.
+
+ctables.sps:23.16-23.20: note: CTABLES: This variable on the rows axis has a
+summary.
+   23 | CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT].
+      |                ^~~~~
+
+ctables.sps:23.33-23.37: note: CTABLES: This variable on the columns axis has a
+summary.
+   23 | CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT].
+      |                                 ^~~~~
+
+ctables.sps:23.50-23.54: note: CTABLES: This variable on the layers axis has a
+summary.
+   23 | CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT].
+      |                                                  ^~~~~
 ]])
 AT_CLEANUP