output: Introduce pivot tables.
[pspp] / tests / output / render.at
index d60c427a38542d295dbf641f24963d187145c5e9..bc2328063941582ec004ecb4bc8d1e893fc5be7e 100644 (file)
@@ -1387,11 +1387,13 @@ LIST.
 ])
 AT_CHECK([pspp list.sps], [0], [dnl
 Data List
-x y z
------
-1 2 3
-4 5 6
-7 8 9
++-+-+-+
+|x|y|z|
++-+-+-+
+|1|2|3|
+|4|5|6|
+|7|8|9|
++-+-+-+
 ])
 AT_CLEANUP