checkin of 0.3.0
[pspp-builds.git] / tests / tabs.stat
1 title 'Test handling of tab characters in user data'.
2
3 /* The program contains separate code for the case of a single
4 /* tab on a line and multiple tabs, so we try both below.
5 data list /x 1-80 (a).
6 begin data.
7         1       12      123     1234    12345   123456  1234567 12345678
8 asdf    jkl;
9 end data.
10 print /x.
11 execute.
12