add examples
[pspp] / tests / language / stats / ctables.at
index 6885f935ea199280b13ffcedea287e6a3121d8d3..3ca41fc2493ecd9494300598c2a8b79cce6ce2b3 100644 (file)
@@ -535,6 +535,8 @@ CTABLES /TABLE qn113 /SIGTEST TYPE=CHISQUARE.
 CTABLES /TABLE qn113 /COMPARETEST TYPE=PROP.
 
 CTABLES /TABLE qn113 [COUNT.UCL].
+
+CTABLES /TABLE qn1 /CATEGORIES **.
 ]])
 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [1],
 [[ctables.sps:2.76-2.78: error: CTABLES: Computed category &pc references a
@@ -666,6 +668,9 @@ for COMPARETEST not yet implemented.
 
 ctables.sps:32.23-32.31: error: CTABLES: Syntax error at `COUNT.UCL': Support
 for LCL, UCL, and SE summary functions is not yet implemented.
+
+ctables.sps:34.32-34.33: error: CTABLES: Syntax error at `**': expecting
+VARIABLES.
 ]])
 AT_CLEANUP