Enable the show value labels feature
[pspp] / tests / output / html.at
1 AT_BANNER([HTML driver])
2
3 AT_SETUP([HTML bug])
4
5 dnl Checks for a bug which caused the html driver to go into a tight loop.
6 AT_DATA([foo.sps], [data list notable list /w l96_r l99_r l102_r *.
7 begin data.
8 15  0 0 0 
9  1  1 1 1 
10  2  1 1 2 
11  1  1 2 1 
12  1  1 2 2 
13  1  2 1 1 
14  4  2 2 1 
15  2  2 2 2 
16 end data.
17
18 weight by w.
19
20 crosstabs
21         /tables=l96_r by l99_r by l102_r
22         /format=avalue table pivot
23         /statistics=none
24         /cell=count.
25 ])
26
27 AT_CHECK([pspp -O format=html foo.sps], [0], [ignore])
28
29 AT_CLEANUP