X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender.at;h=e54025560d11a695d9dd27e5c57ed7d15e5c7e0c;hb=f29baf14e7313bd8ea692eba157eff0fbd23359c;hp=d5e971757af7d3fe982c95b95ba8dea68225ee98;hpb=1a4052ac93c4dd248f664107e78b52597a839066;p=pspp diff --git a/tests/output/render.at b/tests/output/render.at index d5e971757a..e54025560d 100644 --- a/tests/output/render.at +++ b/tests/output/render.at @@ -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 @@ -314,13 +314,48 @@ AT_CLEANUP AT_SETUP([3 columns with many joined cells]) AT_KEYWORDS([render rendering]) AT_CAPTURE_FILE([input]) -AT_DATA([input], [3 19 -m4_foreach([x], [a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s], [x -])@1 -m4_for([x], [2], [19], [1], [1*2 @x\nab\ncd -])@20 +AT_DATA([input], [19 3 +a +@1 +2*1 @11\nab\ncd +b +2*1 @2\nab\ncd +c +2*1 @12\nab\ncd +d +2*1 @3\nab\ncd +e +2*1 @13\nab\ncd +f +2*1 @4\nab\ncd +g +2*1 @14\nab\ncd +h +2*1 @5\nab\ncd +i +2*1 @15\nab\ncd +j +2*1 @6\nab\ncd +k +2*1 @16\nab\ncd +l +2*1 @7\nab\ncd +m +2*1 @17\nab\ncd +n +2*1 @8\nab\ncd +o +2*1 @18\nab\ncd +p +2*1 @9\nab\ncd +q +2*1 @19\nab\ncd +r +2*1 @10\nab\ncd +s +@20 ]) -AT_CHECK([render-test --transpose input], [0], [dnl +AT_CHECK([render-test input], [0], [dnl +--+--+ a| 1|11| +--+ab| @@ -1387,11 +1422,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