Fixed up the tests, so that make check now works
[pspp] / tests / count.stat
1 title 'Test COUNT transformation'.
2
3 data list /v1 to v2 1-4(a).
4 begin data.
5 1234
6 321
7 2 13
8 4121
9 1104
10 03 4
11 0193
12 end data.
13 /*count c=v1 to v4(1).
14 count c=v1 to v2('2',' 4','1').
15 list.