File: data-list.stat

package info (click to toggle)
pspp 0.3.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,288 kB
  • ctags: 4,679
  • sloc: ansic: 57,209; sh: 2,874; makefile: 405; sed: 93; perl: 18
file content (24 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
title 'Test DATA LIST FREE and DATA LIST LIST'.

remark EOF
----------------------------------------------------------------------
There is no test for DATA LIST FIXED since it is imagined that the
rest of the tests give it a pretty good workout.
----------------------------------------------------------------------
EOF
remark EOF
----------------------------------------------------------------------
Testing use of DATA LIST FREE.
----------------------------------------------------------------------
EOF
data list free table file='data-list.data'/A(A8) B C D.
list.

remark EOF
----------------------------------------------------------------------
Testing use of DATA LIST LIST.
----------------------------------------------------------------------
EOF
data list list table file='data-list.data'/A(A8) B C D.
list.