more CTABLES syntax and tests
[pspp] / tests / language / stats / ctables.at
diff --git a/tests/language/stats/ctables.at b/tests/language/stats/ctables.at
new file mode 100644 (file)
index 0000000..6b1eb3a
--- /dev/null
@@ -0,0 +1,9 @@
+AT_BANNER([CTABLES])
+
+AT_SETUP([CTABLES parsing])
+AT_DATA([ctables.sps], [dnl
+DATA LIST LIST NOTABLE /x y z.
+CTABLES /TABLE=(x + y) > z.
+])
+AT_CHECK([pspp ctables.sps])
+AT_CLEANUP
\ No newline at end of file