output: Introduce pivot tables.
[pspp] / tests / output / render.at
index d5e971757af7d3fe982c95b95ba8dea68225ee98..bc2328063941582ec004ecb4bc8d1e893fc5be7e 100644 (file)
@@ -247,12 +247,12 @@ AT_CHECK([render-test --csv input], [0],
 |         h+-+----+
 |i[c][d][e]|   klm|
 +----------+------+
-[a] Approximation.
-[b] This is a very long footnote that will have to wrap from one line to the
-    next.  Let's see if the rendering engine does it acceptably.
-[c] One
-[d] Two
-[e] Three
+a. Approximation.
+b. This is a very long footnote that will have to wrap from one line to the
+   next.  Let's see if the rendering engine does it acceptably.
+c. One
+d. Two
+e. Three
 ]])
 AT_CHECK([cat render.csv], [0],
 [[abc[a],,"d
@@ -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