File: test09.in

package info (click to toggle)
freetable 2.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 132 kB
  • ctags: 17
  • sloc: perl: 239; makefile: 55
file content (17 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<body>
This table should have size 10x3 and 22 entries.
<wwwtable border=1>
({1},{1})
    [row 1, column 1]
({+},{})
    [row 2, column 1]
({*},{+2})
    [all rows, column 3]
({3,5,6},{1})
    [rows 3, 5 and 6, column 1]
({grep {$_%3} 1..10},{2})
    [rows 1,2,4,5,7,8 and 10, column 2]
</wwwtable>
</body>
</html>