File: tabs.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 (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
title 'Test handling of tab characters in user data'.

/* The program contains separate code for the case of a single
/* tab on a line and multiple tabs, so we try both below.
data list /x 1-80 (a).
begin data.
	1	12	123	1234	12345	123456	1234567	12345678
asdf	jkl;
end data.
print /x.
execute.